See debug output when dependent triggers are invoked?

Posted by Rollbase User on 23-Apr-2012 21:15

I'm using the debug window (which is great!) to see what's going on with my trigger. However, I'm not seeing the debug output I've written into the formula. Is there a way for me to see that output? I have println() invocations in the trigger formula. The execution does seem to pass over the invocations and continue. But I don't see any output from them. I'm not sure if this is the cause, but this is what I'm seeing: It seems that I see my debug output when the trigger doesn't invoke any dependent triggers. If the trigger invokes dependent triggers, then I don't see my debug output. I see the full nested sequence of trigger execution, but none of the debug output I've written into my trigger. Is that right? Is there any way to see my debug output when dependent triggers are invoked?

All Replies

Posted by Admin on 23-Apr-2012 22:56

Typically you should see output from print() API in Debugger window. However it is possible that in some cases this trace is cleared. Try shared values API to collect debugging info instead.

Posted by Admin on 23-Apr-2012 22:59

Ah, OK. I'll give that a try. Thanks, Pavel - Nathan

This thread is closed