[squeak-dev] Opening two debuggers in a single doit

tim Rowledge tim at rowledge.org
Thu Jan 25 00:31:57 UTC 2018


> On 24-01-2018, at 4:25 PM, Tobias Pape <Das.Linux at gmx.de> wrote:
> 
> Hold your horses :D 
> It _is_ sent, indirectly, via:
> 
> openContext: aContext label: aString contents: contentsStringOrNil
> 	"Open a notifier in response to an error, halt, or notify. A notifier view just shows a short view of the sender stack and provides a menu that lets the user open a full debugger."
> 
> 	^ Project current
> 		dispatchTo: self
> 		addPrefixAndSend: #OpenContext:label:contents:
> 		withArguments: { aContext . aString . contentsStringOrNil }
> 
> Which, in turn, is also sent…

Good grief. What an excellent way to confuse our tools. Most definitely not a technique I’d ever suggest teaching.


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Don't document the program; program the document.




More information about the Squeak-dev mailing list