[squeak-dev] Re: Is this a bug with Step "Over"?

marcel.taeumel Marcel.Taeumel at hpi.de
Sun Jun 21 07:56:37 UTC 2015


See Debugger class >> #openContext:label:contents:, which is in the control
flow of Warning >> defaultAction. There, you can read "Processor
activeProcess suspend", which seems to be ignored. Now go to pragma of that
method. It says "<primitive: 19>", which is a simulation guard and hence
important for a debugger's step-over.

Can someone explain, how those simulation guards work or are supposed to
work? There actually were some changes in the simulation code... but
where...

Best,
Marcel



--
View this message in context: http://forum.world.st/Is-this-a-bug-with-Step-Over-tp4830736p4833361.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list