Skip to content

Commit

Permalink
Removing old break method
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCostiou committed Jul 31, 2020
1 parent f7192f1 commit b9fb5f8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Reflectivity/Break.class.st
Expand Up @@ -14,16 +14,3 @@ Break class >> break [
<debuggerCompleteToSender>
self signal
]

{ #category : #break }
Break class >> break: aBreakpoint inContext: aContext node: node [
<debuggerCompleteToSender>
aBreakpoint class
notifyBreakpointHit: aBreakpoint
inContext: aContext
node: node.
aBreakpoint oneShot ifTrue: [
aBreakpoint disabled ifTrue: [ ^ self ].
aBreakpoint disable ].
self break
]

0 comments on commit b9fb5f8

Please sign in to comment.