can current line be changed in debugger?

Ned Konz ned at bike-nomad.com
Wed Jun 26 15:12:39 UTC 2002


On Wednesday 26 June 2002 07:52 am, Rob Whitfield 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?

You can "restart" the current stack frame.

You can't really jump back to an arbitrary point.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list