Debug trace

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?

The good people at AdBlocks have created a TERRIFIC open-source “console” that you can use to display ANYTHING inside your Servoy solution.

Check it out here: http://adblocks.com/consulting/index.html

Hi Bob,

That was not what I was really looking for, but it is very useful.
I integrated it in my framework.

Thanks

Martin