如何从 Pharo 的调试器中复制堆栈跟踪?

发布于 2024-09-28 17:57:28 字数 116 浏览 2 评论 0原文

如何从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

醉梦枕江山 2024-10-05 17:57:28

我知道一个方法,但不是最好的。当您进入调试器时,右键单击 -> “邮寄错误报告”,您可以复制/粘贴堆栈跟踪呵呵

另一个选项是按住 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

春花秋月 2024-10-05 17:57:28

在 Pharo 5 中,调试器的溢出菜单中有一个复制到剪贴板菜单项。请参阅屏幕截图:

如何在 Pharo 5 中将堆栈跟踪复制到剪贴板

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文