OpenDataServices / developer-docs

Documentation about how we get our work done. For internal use, but happy to share
Other
1 stars 0 forks source link

Debugging Python code #15

Open Bjwebb opened 9 years ago

Bjwebb commented 9 years ago

More info about python debugging - ipdb in general and in particular py.test --ipdb

Bjwebb commented 8 years ago

Actually, ipdb is probably not the best thing to recommend any more, as it's no longer maintained. I will update with some words about pdbpp.

Bjwebb commented 8 years ago

Also, people have recommended pudb to me, so I should look into that too.

caprenter commented 7 years ago

Flagging this for the october update, even if it's just minimal