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!