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

debug flag #188

Open
tylerbarna opened this issue Aug 2, 2023 · 0 comments
Open

debug flag #188

tylerbarna opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tylerbarna
Copy link
Collaborator

Feature Summary
Add a debug flag to nmma functions so we can have users include a useful output in bug reports

Usage / behavior
users would run the same command that they've been encountering issues with but add a --debug flag, which would output any info that would be useful to developers for assisting with resolving the issue

We can also add a request in the bug report template to include the output of the command with the debug in their bug report

Alternative Solutions
Have multiple levels of debug verbosity depending on issue (ie have a standard non-flag, a debug, and a verbose, with each having an increasing amount of info printed to the console) This could also cut down on the output for commands that execute successfully

Implementation details
bool arg for all major console commands

Additional context
Michael and I have discussed this before, but wanted to submit it as a proper issue

@tylerbarna tylerbarna added the enhancement New feature or request label Aug 2, 2023
@tylerbarna tylerbarna added this to the Analysis Tools milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants