Sometimes apps get really big and it makes harder to debug the problem, the runtime errors in application does not include much info.
here is a small project im working on that adds a "debug mode" to the application.
So whenever the mode is enabled, it makes it a little easier to debug and locate problems.
it can be enabled / disabled just like debug mode in android studio.
For example, in the above procedure, the "procedureAddNames" causes errors.
and it can be traced easily through the debug feature:
so in large apps, it would be very beneficial ,
It would print all the traces where the error has occurred (procedure names), it would be also possible to add support for events, etc
So I would like to hear your thoughts about it and how it can be better.