3 ms·
While in the subject of debugging Python you should look into Bugjar (gui) http://pybee.org/bugjar/ http://pybee.org/bugjar/. Looks really good.
by mcpherson 13y ago
While in the subject of debugging Python you should look into Bugjar (gui) http://pybee.org/bugjar/ http://pybee.org/bugjar/.
Looks really good.
- emidln 13y agoI 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 https://bitbucket.org/antocuni/pdb/src [2] - https://github.com/Kozea/wdb https://github.com/Kozea/wdb
- freakboy3742 13y 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.