Manuscript (Case [Issue]22474) Debugging - Debugger should step silently over #halt

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22474) Debugging - Debugger should step silently over #halt

Pharo Issue Tracker
Manuscript Notification
avatar
Thomas Dupriez revised a previous entry on Case 22474: Debugger should step silently over #halt:
Bug in Project:  Debugging: 1. Pharo Image  •  You are subscribed to this case
I placed a handler for Halt in Process>>step, by replacing the line

`evaluate: [suspendedContext := suspendedContext step]`

with:

`evaluate: [[suspendedContext := suspendedContext step] on: Halt do: [Break signal: 'hey']]`

and executed your snippet of code.

-> No break exception is raised.
Strange.

I double checked that this Process>>step method is indeed called when the debugger steps over.
Priority Priority: 2 – Really Important Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker