Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free python debugger that has watchpoints? [closed]

pdb and winpdb both seem to be missing this essential (to me) feature. I saw something suggesting WingIDE has it but I'd prefer a solution that is free, and if I do have to pay, I'd prefer to pay for something that is better than Wing.

like image 307
John Avatar asked Oct 16 '08 09:10

John


2 Answers

You should check out Eric4

It's a very good Python IDE with a builtin debugger. The debugger has views for global variables, local variables and watchpoints.

like image 91
Terje Avatar answered Oct 14 '22 03:10

Terje


Please look what pydev in eclipse offers...

like image 39
gath Avatar answered Oct 14 '22 02:10

gath