Hi,
-- when running an app built with maven and the modular-webapp archetype in SDM, client-side debugging does not work.
I start SDM in two terminals like this:
mvn clean install -Dgwt.draftCompilecd *-client && mvn gwt:run-codeserver -Ddev
mvn tomcat7:run -Ddev
Then I can open the app at http://localhost:8080. But in chrome's debug console, the source maps are not available. There is not section "localhost:9876".
I hoped that they would appear when recompiling from within chrome, but this also doesn't work:
When clicking "DevMode On" the standard menu appears: "Choose a module to recompile:", and it offers: "app: off".
When hovering "off" it says "Click to turn on without recompiling." When clicking on it, nothing happens.
When clicking on "Compile" nothing happens.
SDM works fine for me when I run the two processes from within eclipse.
What's wrong here?
Thanks
Thanks
Magnus
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


No comments:
Post a Comment