help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Debugging vs. TaskQueue


From: Gwenaël Casaccio
Subject: Re: [Help-smalltalk] Debugging vs. TaskQueue
Date: Wed, 04 Dec 2013 11:40:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 02/12/2013 20:13, Holger Hans Peter Freyther wrote:
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

_______________________________________________
help-smalltalk mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-smalltalk

In GtkDebugger replace #debugger: with http://paste.lisp.org/display/140362 it should skip the Halt exception this is not the final version
(need to put it in Debugger and start to add pref. framework).

Cheers,
Gwen




reply via email to

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