[squeak-dev] how to get the stack from the debugger?

Tm Jhnsn digit at sonic.net
Wed Apr 18 02:22:50 UTC 2018


Hi Chris,

On Apr 17, 2018, at 1:36 PM, Chris Muller wrote:

> Sorry if this belongs on the beginners list...   what is the best way
> to get a textual copy of the stack from the Debugger window?
> 
> I used to use "mail out bug report", which annoyed me with interim
> prompts but otherwise allowed me to copy the stack text.
> 
> But that's broken in trunk right now, so I'm finding no easy way to
> get a text-representation of stack I have here in this debugger
> window.  Someone help me out..


An alternative method...

menu-click the list and choose "fullStack (f)"
meta-click twice in the list so you've got halos over PluggableListMorphPlus
red-halo (menu) -> copy & print... -> copy text   (or copy to paste buffer, I suppose)

...voila, full stack on your clipboard.

Cheers,
Tim



More information about the Squeak-dev mailing list