help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Improve GtkDebugger


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Improve GtkDebugger
Date: Tue, 22 Oct 2013 23:57:14 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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)





reply via email to

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