[squeak-dev] debugger Abandon
Marcel Taeumel
marcel.taeumel at hpi.de
Thu Jun 9 08:36:57 UTC 2022
Hi Jaromir --
Also try to document such issues here:
https://github.com/squeak-smalltalk/squeak-object-memory/issues
(aka. bugs.squeak.org [https://bugs.squeak.org])
Best,
Marcel
Am 07.06.2022 18:31:49 schrieb Jaromir Matas <mail at jaromir.net>:
Hi Christoph,
I've just noticed the following example raises an error when trying to abandon or close the debugger:
If you run this in the Workspace:
p := [ [Semaphore new wait] ensure: [1/0] ] fork.
And then terminate by hand in the Workspace:
[p terminate] fork
The ZeroDivide pops up but when you press Abandon an MNU: doesNotUnderstand stepToCallee pops up. Could you please check?
Leaving the debugger from the debugger window menu 'terminate process' works fine.
Thanks a lot.
best,
Jaromir
--
Jaromír Matas
mail at jaromir.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220609/79a00841/attachment.html>
More information about the Squeak-dev
mailing list
|