I've been playing around with Squeak and noticed that if I try to debug
an expression (highlighting it in a workspace and clicking "debug it" in
menu") i'll end up freezing the whole system. This happens when I  keep
clicking on "Into" button in debugger so that the last message sent is:

Process>>terminate:
        "..."
        self primitiveSuspend

Is this normal to Squeak users interrupt debugging before it reaches the
very bottom of the calling stack before the whole system silently dies?
Is it possible for Squeak just to leave the debugger silently when it
should leave?

Damian


_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to