Reputation: 183
I run the gwt module in Netbeans.then I right click the module and chose custom: gwt run. I add ?gwt.codesvr=192.168.2.113:9997 to the address and it's running. but the breakpoint is not hit. i'm sure it's not a jvm problem because someone in the office showed me how to do it. but somehow when i do it, it goes wrong. can anyone give a detailed instruction on this? thanks
Upvotes: 1
Views: 185
Reputation: 59
This can be caused by a few things.
First of all, make sure you actually are running debug-mode. As far as I know, if you run it without debug mode it doesn't stop at any breakpoints.
If you do have debug-mode on, are you absolutely sure it runs that piece of code where you placed the break-point.
Upvotes: 1