[4.1] How do I copy the stack trace to the clipboard?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[4.1] How do I copy the stack trace to the clipboard?

Hannes Hirzel
Hello

I want to copy the message list in the debugger window to the clipboard.

There used to be a menu entry I think, but I can't find it anymore.

Any suggestions?

Hannes
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: [4.1] How do I copy the stack trace to the clipboard?

Jerome Peace
I only know a crude way.

Find the LazyListMorph component. The list is in its listItem ivar.

More specifically. The component can be selected by putting the mouse over it. Repeatedly pressing the halo button on the mouse until the halos say they are over the Lazylist component. Then get an inspector for the lazy list. Select llstitem from the ivar pane. Copy the list from the contents pane. This gives you a form that would recreate the lists collection.

Otherwise once the halos have selected the lazy list. Use the halo red menu>copy and print>copy text. That will put a copy of the text in the clipboard. Then open a new workspace. Paste the clipboard viola, you have the list as text.

Hth,

Yours in curiosity and service, --Jerome Peace


--- On Tue, 4/20/10, Hannes Hirzel <[hidden email]> wrote:

> From: Hannes Hirzel <[hidden email]>
> Subject: [Newbies] [4.1] How do I copy the stack trace to the clipboard?
> To: [hidden email]
> Date: Tuesday, April 20, 2010, 8:46 AM
> Hello
>
> I want to copy the message list in the debugger window to
> the clipboard.
>
> There used to be a menu entry I think, but I can't find it
> anymore.
>
> Any suggestions?
>
> Hannes
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>


     
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners