can current line be changed in debugger?

goran.hultgren at bluefish.se goran.hultgren at bluefish.se
Wed Jun 26 15:59:05 UTC 2002


Rob Whitfield <rob at customfun.com> wrote:
> Is there a way to change the current line of execution within the 
> debugger?  For example, can I jump back a few lines to re-execute a section 
> of code?

Yep. Press "restart" (this resets the debugger to the beginning of the
method) and then press "proceed". You can also simply select code and
use "do it/print it/inspect it" but that would of course not change the
position in the debugger.

regards, Göran



More information about the Squeak-dev mailing list