[BUG] When program crashes, pretty print error message #38
Labels
bug
Something isn't working
good first issue
Good for newcomers
Module: UI
This issue relates to UI
need analysis
review is needed
Description
Issue
When the program crashes, a large stack trace is generated, and when running from compiled source, this causes the program to completely exit so the error message cannot be seen.
Steps to recreate
Enter in an invalid input for an overridden max points value or assignment scaling (like a string).
Solution
Catch the error and cleanly report where it occurs then wait for the user to press any key to close the application.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: