Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 Pharo 的调试器中复制堆栈跟踪?
我知道图像附近的某个地方有 Debug.log 文件,但是我懒得从 Pharo 导航到文件系统,找到文件夹,然后浏览一个巨大的文本文件(如果前面有堆栈跟踪)我的。
我知道一种方法,但它不是最好的。当您在调试器中时,右键单击->“邮寄错误报告”,您可以在那里复制/粘贴堆栈跟踪 heheheh
另一个选项是带上 ctrl + 单击以带上另一个菜单,然后选择选项“复制文本”
干杯
在 Pharo 5 中,调试器的溢出菜单中有一个Copy to clipboard菜单项。看截图: