Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clearing debugger model objects referencing debugger exceptions
  • Loading branch information
StevenCostiou committed Dec 4, 2020
1 parent c689421 commit 8d1415f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NewTools-Debugger/StDebuggerActionModel.class.st
Expand Up @@ -32,6 +32,7 @@ StDebuggerActionModel >> autoClassifyMessage: aMessage inClass: aClass [

{ #category : #'debug - execution' }
StDebuggerActionModel >> clearDebugSession [
contextPredicate := nil.
self session terminate
]

Expand Down Expand Up @@ -219,6 +220,8 @@ StDebuggerActionModel >> predicateFor: aContext postMortem: isContextPostMortem

{ #category : #'debug - execution' }
StDebuggerActionModel >> proceedDebugSession [

contextPredicate := nil.
self session
resume;
clear
Expand Down

0 comments on commit 8d1415f

Please sign in to comment.