Python 用の gdb を使用したデバッグに関するチュートリアルは多数あります。最高のものをいくつか挙げると:
- 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 OS を対象としています。OSX に必要なすべての拡張パッケージをインストールすることは可能ですか?