diff --git a/wasp/wasp.py b/wasp/wasp.py index 7f88cdf..0f6327d 100644 --- a/wasp/wasp.py +++ b/wasp/wasp.py @@ -12,6 +12,7 @@ import gc import machine import watch import widgets +import sys from apps import * @@ -325,6 +326,7 @@ class Manager(): except KeyboardInterrupt: raise except Exception as e: + sys.print_exception(e) self.switch(CrashApp(e)) # Currently there is no code to control how fast the system