It was in debug mode and the error handling event was not executed.
It was executed in release mode.
The advantage of b4a is that it is in the Starter service that detects errors in every activity.
Now I have to write this event in every class. Right?
Unhandled exceptions are exceptions that were thrown outside of Try / Catch blocks. Such exceptions cause the process to exit in all cases except of server applications. Starting from B4J v5.0 it is possible to catch such exceptions. This is done with the Application_Error sub (in the Main...