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)



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

Reply via email to