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, 06 Nov 2013 11:43:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

On 23/10/2013 09:22, Gwenaël Casaccio wrote:
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


The patch is based on the master branch.

Gwen

Attachment: 0001-Stepping-while-the-selected-context-is-not-the-suspe.patch
Description: Text Data


reply via email to

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