how to get more information about an error
Posted: Thu Jun 19, 2008 7:04 am
Hello!
Sorry for bothering you again: I'm currently testing a few stacks within the IDE (with "Script Debug Mode" enabled) getting a "can't find handler" error. That error is mentioned in the Message Box, but there is no hint neither which handler could not be found nor where that handler was invoked.
Is there any possibility to get that information? A simple "put the result" just returned empty; stepping or tracing through the whole code takes long (and requires a lot of concentration as the error can occur at any time and the debugger does not remain at the location where the error occurs
) Trying to implement an "ErrorDialog" handler within a library stack was also not helpful (it does not get called)
Thanks in advance for any hints!
Sorry for bothering you again: I'm currently testing a few stacks within the IDE (with "Script Debug Mode" enabled) getting a "can't find handler" error. That error is mentioned in the Message Box, but there is no hint neither which handler could not be found nor where that handler was invoked.
Is there any possibility to get that information? A simple "put the result" just returned empty; stepping or tracing through the whole code takes long (and requires a lot of concentration as the error can occur at any time and the debugger does not remain at the location where the error occurs

Thanks in advance for any hints!