How to interrup a deep recursion

Ned Konz ned at bike-nomad.com
Sun Apr 6 19:03:03 UTC 2003


On Sunday 06 April 2003 12:29 pm, Stephane Ducasse wrote:

> On mac os x I tried all the keyboard combination I could imagine
> without been able to interrupt a deep recursion.
> What is the way to interrupt Squeak?

Cmd-.

But you can't interrupt processes at a higher priority than the 
interrupt watcher, and if you don't have an exception handler at the 
right place in the UI process you can't interrupt it either.

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



More information about the Squeak-dev mailing list