java - Adding debug=browser query parameter has no effect -


i'm debugging struts 2 application , trying debugging interceptor work.

in struts.xml added line , restartet tomcat:

<constant name="struts.devmode" value="true" /> 

next added ?debug=browser url. unfortunately has no effect. page show before, no debug information visible.

what's missing?

you missing dojo plugin. more detailed information debugging can see via following link.

"the browser mode adds interactive page display objects value stack (it requires dojo plugin)"


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -