Hi Thomas,On Mon, May 29, 2017 at 9:34 PM, <tdupriez@ens-paris-saclay.fr> wrote:
Here is my example code. Beware, running it will freeze the VM.
| program process context debugSession |
�� �� �� �� program := [1+2].
�� �� �� �� process := program newProcess.
�� �� �� �� context := process suspendedContext.
�� �� �� �� debugSession := process newDebugSessionNamed: 'StepIntoForever' startedAt: context.
�� �� �� �� [ true ] whileTrue: [ debugSession stepInto ].
In particular, your use of stepInto: will soon step into the process termination code.�� See newProcess.�� You have to stop simulating before you stop the current process by mistake.
|
������ | Guille Polito Research Engineer French National Center for Scientific Research - http://www.cnrs.fr Phone: +33 06 52 70 66 13 |