Focused editor with PDB debugging, code folding, linting, Git status, and VS Code/PyCharm handoff. PythonBox is a local-first Python IDE for Windows developers who want a focused editor with PySide6, ...
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 ...