Re: [s2] Debugging and profiling

2007-01-26 Thread Don Brown
Oh, and profiling works similarly - ?profiling=yes - and the problem reports show up when exceptions are thrown. Don On 1/26/07, Don Brown <[EMAIL PROTECTED]> wrote: Not sure if we have official docs on it yet, but for now, if "devMode" is enabled, append "?debug=console" to any url. It will o

Re: [s2] Debugging and profiling

2007-01-26 Thread Don Brown
Not sure if we have official docs on it yet, but for now, if "devMode" is enabled, append "?debug=console" to any url. It will open up a ognl console that you can query the data behind the page. Don On 1/26/07, Asthana, Rahul <[EMAIL PROTECTED]> wrote: Hi All, I found this line "Built-in debug

[s2] Debugging and profiling

2007-01-26 Thread Asthana, Rahul
Hi All, I found this line "Built-in debugging tools supporting profiling, problem reports, and interactive object model queries. " here http://struts.apache.org/2.x/docs/how-does-struts-2-make-web-applications-easier-to-develop-deploy-and-maintain.html Where can I find something more to read abou