I am trying out GWT for the first time this week and got pointed to SDBG when the Eclipse debugger refused to stop on breakpoints and some StackOverflow responses pointed me to this plugin.
My menus differ slightly from the video, but I'm using:
- Ubuntu 16.04 LTS
- Eclipse Java EE IDE for Web Developers. Neon.2 Release (4.6.2) 20161208-0600
- GWT 2.7.0
- Google Suite Plugin 3.9.5v20160930-1755
- Chrome Version 55.0.2883.87 unknown (64-bit)
I'm working through the tutorial at
http://www.gwtproject.org/doc/latest/tutorial/debug.html and have arrived at the "Debug" section. So far everything is going smoothly. Eclipse created for me a menu option "Debug As -> Web Application (GWT Super Dev Mode)" and that is what I am using to start up the app. It compiles and functions as expected.
I filled out an Eclipse Debug Configuration of type "Connect to Chrome" according to the example in the video, and when I start the Debug (with the button), the browser starts up on the home page and looks ready to go, but Eclipses pops up a window that says "Could not launch browser - process terminated on startup" and the application does not start up.
Any suggestions would be welcome. I'd love to try out this debugger.