# Debug trace

**URL:** https://forum.servoy.com/t/debug-trace/8556
**Category:** Classic Servoy
**Created:** [December 26, 2007, 9:20am UTC](https://forum.servoy.com/t/debug-trace/8556 "2007-12-26T09:20:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![martinh](https://avatars.discourse-cdn.com/v4/letter/m/848f3c/32.png) [@martinh](https://forum.servoy.com/u/martinh)
#### Post date: [December 26, 2007, 9:20am UTC](https://forum.servoy.com/t/debug-trace/8556/1 "2007-12-26T09:20:06Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![bcusick](https://avatars.discourse-cdn.com/v4/letter/b/ed8c4c/32.png) [@bcusick](https://forum.servoy.com/u/bcusick)
#### Post date: [January 2, 2008, 7:15pm UTC](https://forum.servoy.com/t/debug-trace/8556/2 "2008-01-02T19:15:55Z")

</div>

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](http://adblocks.com/consulting/index.html)

---

<div class="post-metadata">

### Author: ![martinh](https://avatars.discourse-cdn.com/v4/letter/m/848f3c/32.png) [@martinh](https://forum.servoy.com/u/martinh)
#### Post date: [January 11, 2008, 8:08am UTC](https://forum.servoy.com/t/debug-trace/8556/3 "2008-01-11T08:08:04Z")

</div>

Hi Bob,

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

Thanks

Martin
