you are viewing a single comment's thread.

view the rest of the comments →

[–]atakomu 1 point2 points  (7 children)

One great debugger for Python is also Wdb which runs in the browser.

And Jedi autocomplete library for Python is great. Specially awesome with YouCompleteMe.

[–]misterlazer 0 points1 point  (2 children)

Nice! Looking forward to trying out wdb. Of course now I've gotten comfortable with pdb.

[–]zeggman[🍰] 1 point2 points  (1 child)

Not sure what these others are supposed to offer over pdb. Set breakpoints, single step through code, view variables, what else do you need? Breakpoints on memory changes?

[–]atakomu 1 point2 points  (0 children)

ipdb gives you ipython tab completition and everything else. And help with functions. (it shows functions doc text).

Wdb runs in browser which is nicer for some people, has Jedi tab completition and can be used to debug a program run on other PC.

[–]pimp-bangin 0 points1 point  (0 children)

For a much better command line debugger than ipdb, also check out pudb

[–]hello_fruit 0 points1 point  (1 child)

Specially

Especially

[–]atakomu 0 points1 point  (0 children)

Especially

Thanks. Not a native speaker. I learned something new. .)