can current line be changed in debugger?

Lex Spoon lex at cc.gatech.edu
Sun Jun 30 18:06:59 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?


If you change some code and then do "accept",  then the debugger will
restart the new method at the top.  The debugger won't notice, by the
way, whether you have changed one character or whether you have
completely rewritten the method.


-Lex



More information about the Squeak-dev mailing list