Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mcpherson
on Nov 21, 2013
|
parent
|
context
|
favorite
| on:
Debugging Python Like a Boss
While in the subject of debugging Python you should look into Bugjar (gui)
http://pybee.org/bugjar/
.
Looks really good.
emidln
on Nov 21, 2013
|
next
[–]
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
freakboy3742
on Nov 21, 2013
|
prev
[–]
(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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Looks really good.