GaretJax / lancet

Command line utility to streamline various development activities.
MIT License
9 stars 5 forks source link

Add better debugging/reporting tools #16

Open GaretJax opened 9 years ago

GaretJax commented 9 years ago

When helping other users, it is very useful to have some nice features such as:

At least pdb shall be activated with a -d/--debug flag, Sentry could be active all the time. Could also be interesting to start logging things and provide a -v/--verbose flag.

GaretJax commented 9 years ago

-d was added in 0.6.0, but starts pdb only when an exception is raised.