How do I copy a stacktrace out of the debugger in

2019-05-05 06:03发布

How do I copy a stacktrace out of the debugger in Pharo?

I know there's the Debug.log file somewhere near the image, but I'm far too lazy to navigate out of Pharo, to the file system, find the folder, and browse through a gigantic text file if there's a stack trace right in front of me.

2条回答
迷人小祖宗
2楼-- · 2019-05-05 06:45

In Pharo 5, there is a Copy to clipboard menu entry in the overflow menu of the debugger. See the screenshot:

How to copy stacktrace to clipboard in Pharo 5

查看更多
何必那么认真
3楼-- · 2019-05-05 06:51

I know a way, but it is not the best. When you are inside the debugger, right click -> "mail out bug report" and there you can copy/paste the stacktrace heheheh

Another option is to bring ctrl + click in order to bring the other menu, and select the option "copy text"

cheers

查看更多
登录 后发表回答