You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issueWe 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
The text was updated successfully, but these errors were encountered: