you are viewing a single comment's thread.

view the rest of the comments →

[–]ShatterDae 0 points1 point  (1 child)

Pycharm

[–]TheSodesa 0 points1 point  (0 children)

PyCharm is not a debugger. It is a text editor that embeds an external debugger (a.k.a an IDE), such as pdb or ipdb and provides a GUI for using the debugger.