ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

provide more detailed startup error report #147

Closed ewerybody closed 3 years ago

ewerybody commented 7 years ago

Expected Behavior

It's more clear what just happened. The user might have the option to post error reports right away.

Current Behavior

we have the popup but it just has badly formatted text traceback

Possible Solution

Get as much info from sys.exc_info() as possible and present it in a meaningful manner.