使用 GDB 调试 Python
是否可以像使用 gdb
调试 C++ 代码一样调试 Python 代码? 我找到了 此文档 但我不知道如何使用它。 在 python 脚本中设置断点会很酷,这样我就可以使用 提升。
我正在使用 Ubuntu 20.04 和 gdb 版本 9.2,并且想调试 python 3.6 代码。
Is it possible to debug python code as you would debug C++ code with gdb
?
I found this documentation but I cannot get my head around how to use it.
It would be cool to set breakpoints in my python script so that I can debug it in parallel with my C++ extension using boost.
I'm using Ubuntu 20.04 with gdb version 9.2 and would like to debug python 3.6 code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论