[squeak-dev] [BUG] Just another issue with process-faithful debugging

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Feb 1 10:38:43 UTC 2020


Steps to reproduce:

Debug it:

self halt.

Inspect the Debugger model and do it:

(RunArray runs: #(2 1 1 3 3 2 1 4) values: #(#stepInto #stepOver #stepInto #stepOver #stepInto #stepOver #stepInto #stepOver))
do: [:each | self in: each].


Expected behavior:
The debugger shows the last step of UnhandledError class>>signalForException:.

Actual behavior:
A second debugger appears on the same process, showing UndefinedObject(Object)>>halt.

Notes:
None of my two proposals on how to fix the infinite debugger chains<http://forum.world.st/I-broke-the-debugger-tp5110752p5110814.html> affects this behavior. There must be some other magic ...

Best,
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200201/a7e498b6/attachment.html>


More information about the Squeak-dev mailing list