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

北慕城南 提交于 2019-12-07 07:10:12

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/4022691/how-do-i-copy-a-stacktrace-out-of-the-debugger-in-pharo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!