Is this right (Process>>interruptName:)

Ned Konz ned at bike-nomad.com
Thu Aug 29 19:03:58 UTC 2002


I just saw this code in Process>>interruptName: and I'm wondering how 
it's supposed to work:

    projectProcess == Processor activeProcess
						ifTrue: [projectProcess suspend]

Unless I'm missing something (which is very possible), this would 
suspend the execution of the method altogether and not bring up a 
debugger.

Is there some magic here that I need to learn about?

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




More information about the Squeak-dev mailing list