Debugging in GWT Classic Dev Mode

o Clear are Development Mode environment
o see “Other Task While Running GWT Application”
from our prior lesson of GWT Setup and Intallation.
o Select the app:–> sample
o Click:–> Debug As
o Select:–> Web Application
o Open Sample.java
o Place break point at “Send” button
o Right-Click on the URL
http://127.0.0.1:8888/Sample.html?gwt.codesvr=127.0.0.1:9997
o Select from Open With:–>
firefox24
o Eclipse will go to the break point
o That’s it for debuggin in Classic ModeNext: Run GWT’s Super Development Mode

Video

topuparrow