JustPy is not raising exceptions or errors to the console when they occur #668
sanket-parte
started this conversation in
General
Replies: 1 comment 1 reply
-
See https://justpy.io/reference/configuration/:
If set to True, the program terminates if there is an error in an event handler |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JustPy is not raising exceptions or errors to the console when they occur. In order to capture errors, we need to implement exceptional handling. Can someone please tell me if there is any way to capture the errors/exceptions that occur so that I can log them into the console or a file?
Beta Was this translation helpful? Give feedback.
All reactions