Maybe not the greatest amount of help, but look into your Debug
Configurations first. Click the down arrow next to the debug "bug"
icon, and second from the bottom should be "Debug Configurations..."
You should have a Web Application configuration (make sure it has the
blue Google G) in the tree on the left. You should have a leaf under
that labeled "GWTTestProject" or what ever you named your project.
Click that to reveal the configuration (Eclipse sometimes takes you
right here, so the previous couple of steps might be unnecessary). On
the first tab you should have a reference to your project. And the
"run built in server" box should be checked and is probably set for
port 8080 (at least that's how mine is). Unless I'm really on a deep
fishing expedition, I don't look any further on the remaining tabs....
(And I'm doing this from memory on the bus on my phone). I was just
using my set up to run the test project not 20 minutes ago and it was
breaking right on sendNameToServer. I did think of one other thing,
make sure you set your break point on an executable line of code, not
the method declaration line but like the first line in the method.
Eclipse is funny that way....
On Aug 27, 10:40 am, "
divya.aj...@gmail.com" <
divya.aj...@gmail.com>
wrote: