Kelo wrote > Push the button GWT Compile Project > Compile your project setting "log level" to Spam > Go to Debug Configurations , on the 2nd tab "GWT" of your project > set "log level" to Spam. > Run "Debug as..." ( your project ) > Make your breakpoints on your project > Then press "Compile/Browse" onHostedMode > Once it fininshed press "Refresh" onHostedMode
Thanks, this helped me make some progress! Eclipse caught the breakpoint and switched to Debug perspective. I was able to step around, inspect variables, and so on. When I changed the code and saved, the hosted-mode browser stopped responding to events. When I stopped and restarted the debugger, breakpoints were again ignored. A couple of cycles of Compile/Browse and Refresh got breakpoints triggering in Eclipse again. I tried dialing the logging level back down but that left Eclipse aloof. It's not elegant, but it's a workaround! Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
