Luis Majano Forums Notification: Post to Debugging "do" (non-terminal?) events

Title: Debugging "do" (non-terminal?) events
Thread: Debugging "do" (non-terminal?) events
Forum: Need Help?
Conference: ColdBox
User: bburwick

Hey folks,

Is there a way to get debugging info for an event if it's not the
last one run for the request, like a "do" event before a "dsp" event?

For
example if my user authentication form submits to ehGeneral.doLogin and it does
some stuff and then calls setNextEvent("ehGeneral.dspHome"), I think I only get
debugging info for ehGeneral.dspHome. I don't see the resource collection as it
appeared to doLogin, only as it appeared to dspHome. And if I use the logging
plugin to set a tracer in doLogin, it doesn't show up.

If I take out my
setNextEvent() call and set a view, then I can get the debugging info; but I was
wondering if there is an easier way.

Thanks!
-Ben

http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=B34E96FA-123F-6116-42377414058B5ADF