help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Improve GtkDebugger


From: Gwenaël Casaccio
Subject: Re: [Help-smalltalk] Improve GtkDebugger
Date: Wed, 23 Oct 2013 09:22:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

On 22/10/2013 23:57, Holger Hans Peter Freyther wrote:
On Mon, Oct 21, 2013 at 11:51:44AM +0200, Gwenaël Casaccio wrote:
+    stepToSelectedContext [
+       <category: 'execute events'>
+
+        | ctxt |
+        ctxt := debugger suspendedContext.
+        [ ctxt parentContext == contextWidget selectedContext ] whileFalse: [ 
ctxt := ctxt parentContext ].
+       debugger finish: ctxt

        breakStuff [
                self halt.
                [] repeat.
        ]


I assume that debugger finish: ctxt. Will never finish? Which would
bring us to the point of how can we interrupt things? (yes, we have
the same thing with DoIts..) (xlat adds an interrupt check I don't
think the interpreter has one though)



Yes but it's fixed with the TaskQueue patch

Gwen




reply via email to

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