如何从 Pharo 的调试器中复制堆栈跟踪?
如何从 Pharo 的调试器中复制堆栈跟踪?
我知道图像附近有 Debug.log 文件,但我太懒了,无法从 Pharo 导航到文件系统,找到文件夹,并浏览一个巨大的文本文件(如果前面有堆栈跟踪)我的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道一个方法,但不是最好的。当您进入调试器时,右键单击 -> “邮寄错误报告”,您可以复制/粘贴堆栈跟踪呵呵
另一个选项是按住 ctrl + 单击以打开其他菜单,然后选择选项“复制文本”
干杯
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
在 Pharo 5 中,调试器的溢出菜单中有一个复制到剪贴板菜单项。请参阅屏幕截图:
In Pharo 5, there is a Copy to clipboard menu entry in the overflow menu of the debugger. See the screenshot: