[squeak-dev] Re: Mirror primitives [Was The better debugger supportby extending an Object protocol]

Terry Raymond squeak-craft at cox.net
Tue Sep 8 13:20:10 UTC 2009


Instead of implementing #activeProcess as

activeProcess
    ^activeProcess effectiveProcess ifNil: [activeProcess]

Why not have the effectiveProcess ivar point to the receiver
unless debugging is in process. Then #activeProcess would be

activeProcess
	^activeProcess effectiveProcess

and effectiveProcess would be

effectiveProcess
	^effectiveProcess


Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      traymond at craftedsmalltalk.com
<http://www.craftedsmalltalk.com>
===========================================================




More information about the Squeak-dev mailing list