Today I was trying to trace execution of my seaside app using the processbrowser/cpuwatcher, but I couldn't see any growth in the stack. Is there a good way to do this without instrumenting the code (which is what I resorted to)?

Alternatively, is there a convenient way to remove instrumentation?

Thanks all.