[Cuis-dev] Smalltalk "blue book"

Juan Vuletich juan at cuis.st
Mon Sep 30 18:43:04 PDT 2024


On 9/14/2024 7:24 PM, Mark Volkmann via Cuis-dev wrote:
> I recently read nearly all of this excellent book. I have some 
> questions that I'll ask one at a time to avoid flooding the mailing list.
>
> Page 317 discusses "Notifiers" that seems to be a lightweight version 
> of a DebuggerWindow. It says notifiers are created by sending error: 
> to any object. In Cuis, doing that opens a DebuggerWindow. Is it 
> correct that Cuis does not support notifiers and only uses 
> DebuggerWindows?
>
> -- 
> R. Mark Volkmann
> Object Computing, Inc.

Not exactly. Try both these expressions:
     Warning signal: 'Hey!'.
     'Hey!' halt.
One opens a PreDebugWindow (what used to be called Notifier, 
apparently), the other opens a Debugger. You can debug to see how these 
end calling methods in Debugger class.

Happy explorations,

-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20240930/f602e73a/attachment-0001.htm>


More information about the Cuis-dev mailing list