help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Debugging vs. TaskQueue


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] Debugging vs. TaskQueue
Date: Mon, 2 Dec 2013 20:13:10 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Good Evening,

I played somemore with the debugger and noticed an unwanted interaction
with the TaskQueue:

   [:each | each halt. 'abc' printNl ] value: 3

So "each halt" will show up the debugger. My assumption was that when
I press "F8" I would end up at "'abc' printNl" but I end in the TaskQueue
exception handler and then my process is aborted.

Do you think there is a way to have TaskQueue work and still be able to
return to the right place inside this block?

holger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]