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:
Quote:
|
Originally Posted by Eclipse Development Tab
[TRACE] [Login] - Finding entry point classes
[ERROR] [Login] - Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly [ERROR] [Login] - Failed to load module 'Login' from user agent 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0' at 127.0.0.1:61691 |