有很多关于使用 gdb for Python 进行调试的教程。仅举几个最好的:
- https://wiki.python.org/moin/DebuggingWithGdb
- https://stripe.com/blog/exploring-python-using-gdb
- http://scipy-lectures.github.io/advanced/debugging/#debugging-segmentation-faults-using-gdb
但是,它们都针对 Linux 操作系统。安装 OSX 所需的所有扩展包是否可行?