[Cuis-dev] [FIX] DebuggerWindow>>#peelToFirst missing

Gerald Klix cuis.01 at klix.ch
Tue Jun 8 08:18:47 PDT 2021


Hi all, Hi Juan,

The DebuggerWindow class misses a method named #peelToFirst.
This message is sent by the stack window menu item
of the same name.

Please find enclosed a simple implementation.


HTH and Best Regards,

Gerald
-------------- next part --------------
'From Haver 5.0 [latest update: #4633] on 8 June 2021 at 5:16:45 pm'!

!DebuggerWindow methodsFor: 'menu commands' stamp: 'KLG 6/8/2021 17:05:04'!
peelToFirst
	"Peel to first"
	
	model peelToFirst! !



More information about the Cuis-dev mailing list