Add debug mode and improve error handling
Closed this issue · 0 comments
BattleMage0231 commented
Adding a debug mode would be useful so that bugs in the code can be easily found and eliminated. Debug mode should be initialized using --debug or -g.
In debug mode, all error messages should be printed in full.
In regular mode, errors should be more clear, giving a simplistic message on what the error was.