Skip to content

Commit

Permalink
reintroducing a method that's been deleted by error
Browse files Browse the repository at this point in the history
  • Loading branch information
adri09070 committed Sep 29, 2023
1 parent d134267 commit db8e28f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/NewTools-Debugger-Tests/StDebugger.extension.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Extension { #name : 'StDebugger' }

{ #category : '*NewTools-Debugger-Tests' }
StDebugger class >> activatedDebuggerExtensions [

^ self extensionToolsClasses select: [ :extension |
extension showInDebugger ]
]

{ #category : '*NewTools-Debugger-Tests' }
StDebugger >> inspector [

Expand Down

0 comments on commit db8e28f

Please sign in to comment.