Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better debugging/reporting tools #16

Open
GaretJax opened this issue Jan 16, 2015 · 1 comment
Open

Add better debugging/reporting tools #16

GaretJax opened this issue Jan 16, 2015 · 1 comment
Milestone

Comments

@GaretJax
Copy link
Owner

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

  • Dropping into pdb when an exception is raised
  • Dropping into pdb when taskstatus.fail is called (one frame up)
  • Logging errors via Sentry

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
Copy link
Owner Author

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

@GaretJax GaretJax added this to the 0.6.1 milestone Jan 19, 2015
@GaretJax GaretJax modified the milestones: 0.8.0, 0.6.1 Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant