Y
Hacker News
new
|
ask
|
show
|
jobs
by
mcpherson
4586 days ago
While in the subject of debugging Python you should look into Bugjar (gui)
http://pybee.org/bugjar/
.
Looks really good.
2 comments
emidln
4586 days ago
I see pdb++[1] getting mentioned (pip instal pdbpp), and I'll also throw in wdb[2], which is a WSGI middleware that uses jedi for code introspection.
[1] -
https://bitbucket.org/antocuni/pdb/src
[2] -
https://github.com/Kozea/wdb
link
freakboy3742
4586 days ago
(BugJar core developer here) Thanks for the compliment. Bugjar is a work in progress; it's got some rough edges, and definitely some missing features -- but I'm excited for what it can become.
link
[1] - https://bitbucket.org/antocuni/pdb/src
[2] - https://github.com/Kozea/wdb