|
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.
I double checked that this Process>>step method is indeed called when the debugger steps over.
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|