How to debug GWT client side code on jboss

前端 未结 3 1417
花落未央
花落未央 2021-01-27 07:47

I\'m starting with GWT and smartgwt, and I realized that when your code works on jetty will no necessarily work on Jboss.

Is there a way that I can debug exceptions or

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-27 07:56

    I know this is an old question, but since the previous answer wasn't marked as accepted, here is the way I do it:

    1. You can use SDBG, which is a nice plugin for Eclipse that allows you to debug your client side code from within Eclipse. Watch the introductory tutorial on that page to get you started. I use Glassfish, not the embedded Jetty, and I know it works with JBoss as well.
    2. If you use Eclipse & Maven, I provide here a more complete list of things you can do to debug SmartGWT in both server and client side code.

提交回复
热议问题