9

Textbook definition of insanity is debugging in Spyder

While True:
Do:
#Comment out code
Run
If not BUG:
Comment back in
Else:
Print('Congratulations. You found it. Just kidding. It's not THIS line. It's just the combination of lines')

Does anyone have a suggestion for a good python debugger that allows jumping to statements, etc.?

Comments
  • 1
    I didn't get the code you wrote but I've been debugging my Python code in PyCharm successfully for a while now. Never had any issues with it.
    There is a free version I think. Give it a try.
  • 0
    PyCharm, yeah
Add Comment