Python provides pdb module to debug Python application, just like gdb for native code (built from C/C++). For Python application that have native extension, is not trivial to break/step/continue in ...