Unfortunately there is not a straightforward way to do this. You can add a feature request. In the meantime you can override application#getDebugSettings and proxy the IDebugSettings interface so that isAjaxDebugModeEnabled() method returns falue specific for current session.
-Matej On Fri, Mar 21, 2008 at 1:37 PM, James Carman <[EMAIL PROTECTED]> wrote: > Suppose we have a user send us a bug report for our production system > and we would like to see what's going on with the AJAX requests. Is > there any way to turn on the ajax debug window for a certain session? > It seems like it's either turned on for everyone or not. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Resizable and reorderable grid components. http://www.inmethod.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
