can anyone please tell me method to debug richfaces or jsf projec开发者_如何学Got? 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.
精彩评论