Hello,
I want to know the following:
In the debug-part of Servoy you have multiple tabs (Variables, Debug, Watch etc).
What I want is a possibility to get the contents of the Debug tabpanel in my application. In case I notice some error in my application (not an error triggered by Servoy), I want to put this contents on a form so that in case my customer faces such an error, I can see on the screencopy the trace of the called methods.
I tried the exception.getStackTrace(), but this method returns the stacktrace of lowlevel java and not the methods in Servoy.
Is that possible and if not, could it be made possible in a next version?