简体   繁体   中英

Adding debug=browser query parameter has no effect

I'm debugging a struts 2 application and trying to get the debugging interceptor to work.

In struts.xml I added this line and restartet tomcat:

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

Next I added ?debug=browser to an url. Unfortunately this has no effect. The page just show as before, no debug information is visible.

What's missing?

You are missing a Dojo plugin . More detailed information about debugging you can see via following the link.

"The browser mode adds an interactive page that display objects from the Value Stack (it requires the Dojo Plugin)"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM