Skip to content

Commit

Permalink
Merge pull request #350 from MarcusDenker/349-Raw-inspector-on-Array-…
Browse files Browse the repository at this point in the history
…breakpoint-menus-should-be-disabled

349-Raw-inspector-on-Array-breakpoint-menus-should-be-disabled
  • Loading branch information
estebanlm authored Feb 28, 2022
2 parents 6dc4b22 + 4e44b4f commit 806066a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ StBreakpointCommand >> appliesTo: aTool [
on: Error
do: [ false ]
]

{ #category : #testing }
StBreakpointCommand >> canBeExecuted [

^ context selectedItem class == StInspectorSlotNode
]

0 comments on commit 806066a

Please sign in to comment.