简体   繁体   中英

debugging richfaces/jsf project

can anyone please tell me method to debug richfaces or jsf project? thanks in advance.

  • add Tomcat (or whatever container you are using) in your Servets in eclipse (or whatever IDE you are using)
  • start the server in debug mode and deploy the application
  • put a breakpoint in your controller methods.

Debugging jsf projects involves server side and client side debugging.

For server side debugging I go along with Bozho's answer.

For the client side I recommend Chrome's developer tools (integrated) or the Firebug add-on for Firefox.

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