breaking out of infinite loop...

Ned Konz ned at bike-nomad.com
Mon Jun 17 16:43:25 UTC 2002


On Monday 17 June 2002 09:35 am, Rob Whitfield wrote:
> Is there a way to break out of accidental infinite loops while
> developing/testing code?  I'm in this state now and I don't want to
> shoot the process since I don't want to lose changes.

Does Alt- (or Cmd-) period not work?

If the loop is in the main process, this will work to interrupt it.

If the loop is in another process, use the Process Browser and choose 
to debug the process.

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




More information about the Squeak-dev mailing list