BattleMage0231/Stalkpixel

Add debug mode and improve error handling

Closed this issue · 0 comments

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.