开发者

debugging richfaces/jsf project

开发者 https://www.devze.com 2023-03-02 00:35 出处:网络
can anyone please tell me method to debug richfaces or jsf projec开发者_如何学Got? thanks in advance.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消