GenieClient / genie3

This Organization of Genie Client is a Community focused development of Conny's Open Source Version of GenieClient
GNU General Public License v3.0
4 stars 2 forks source link

Exception Handling #24

Open scottr1634 opened 2 years ago

scottr1634 commented 2 years ago

There's tons of places in the genie code where exceptions are swallowed and then a generic error message (or no error message) is given to the user. It would be nice to have a debug mode where the full error/stack trace is visible to the user or logged somewhere. This would make it a lot easier to develop fixes.