Is it possible to debug using the "classic" DevMode from Eclipse once you've configured your module files (*.gwt.xml) to meet the GWT 2.7 and SmartGWT 5.x requirements for SuperDevMode (SDM)?
I have SDM working with my GWT/SmartGWT LGPL v5.1d project, by adding the <script> declarations to my html file, upgrading to GWT 2.7, and upgrading to SmartGWT 5.1d (5.1-d20150604-SNAPSHOT). But now I am unable to debug using "classic" DevMode from Eclipse. Is this possible after changing my setup as I have above?
Here's the error message in Eclipse's Development tab:
I have SDM working with my GWT/SmartGWT LGPL v5.1d project, by adding the <script> declarations to my html file, upgrading to GWT 2.7, and upgrading to SmartGWT 5.1d (5.1-d20150604-SNAPSHOT). But now I am unable to debug using "classic" DevMode from Eclipse. Is this possible after changing my setup as I have above?
Here's the error message in Eclipse's Development tab:
Originally posted by Eclipse Development Tab
Comment