On Monday, August 4, 2014 1:19:11 AM UTC+2, Thomas Broyer wrote:
On Sunday, August 3, 2014 11:56:49 PM UTC+2, Magnus wrote:Indeed, when I open the dev tools in chrome (F12) and go to the "Sources" tab, I can open a lot of JS code and I can set breakpoints there. But I cannot see which JS code corresponds to the Java code that I want to analyze.This is because you need Source Maps. It's possible to get them to work in "prod mode", as can be seen on gwtproject.org, but it requires few tricks at build and packaging time. The easiest way is to use Super Dev Mode, which sets everything up automatically.
You're talking about "prod mode" and "Super Dev Mode". Which mode is what I am running here?
Remember where I am standing:
In eclipse I call "run as web application", and in the generated link (http://127.0.0.1:8888/index.html?gwt.codesvr=127.0.0.1:9997) I cut off the portion after and including the "?" character, which results in http://127.0.0.1:8888/index.html.
This and nothing more is what I have changed. I thought that I am using SDM this way. If this is not SDM, what do I have to change to use SDM?
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