How to debug GWT application in Eclipse

How to debug GWT application in Eclipse?

I am developing maven project with gwt-maven-plugin. My application consist of one page with one button for sending request to the server. It is assumed that clicking the button starts the handler on the server. When i try to debug code in Eclipse, all breakpoints in target method not work.

Upvotes: 0

Views: 57

Answers (0)

Related Questions