Python Forum
Can Python Debugger (PDB) run in Python C API - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Can Python Debugger (PDB) run in Python C API (/thread-20377.html)



Can Python Debugger (PDB) run in Python C API - jibarra - Aug-07-2019

I am using python3.6

Working on:
https://docs.python.org/3/extending/embedding.html#beyond-very-high-level-embedding-an-overview

Can I run the Python PDB debugger inside script called by Python C API?