Calling DNU from a method. Skipping code in the debugger. -djb

Anthony Hannan ajh18 at cornell.edu
Tue Apr 15 18:22:10 UTC 2003


Derek Brans <brans at nerdonawire.com> wrote:
> Can you call "self doesNotUnderstand: aMessage" from inside a message?

Yes.

> Can you skip a line of code in the debugger?

No, unless you add a method to ContextPart that advances the pc and
stack size appropriately (the compiler or decompiler can help with this)
when you trigger some new message in the debugger.

Cheers,
Anthony



More information about the Squeak-dev mailing list