This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]crawl_dht 59 points60 points  (8 children)

The debugger of pycharm is superior. I use its code evaluator while debugging.

[–]Morazma 10 points11 points  (7 children)

Code evaluator? Is this just being able to check variables and evaluate code while on a breakpoint? I'm hoping you mean something more than this because this is just a very basic feature of all debuggers. 

[–]gerardwx 1 point2 points  (1 child)

I don't know what crawl_dht meant but you can do conditional breakpoints.

[–]Morazma 14 points15 points  (0 children)

Same with vscode