Code quality assurance with PDB and other tools Debugging Python programs
Debugging and quality assurance play an important role in programming. In Python, debugging is possible using various modules and the PDB tool. We show these and other possibilities in this post.
Debugging can be done in Python in several ways. In addition to on-board tools, external debuggers can also be connected. A debugger is also included in the Python IDLE (Integrated Development and Learning Environment).
The learning environment is available on the computer on which Python has also been installed, the debugger can be started via the menu item “Debug” in the graphical interface. Of course, IDEs also offer their own debuggers in Visual Studio 2022 and also in the editor Visual Studio Code debuggers are included just as in PyCharm.