When SDM is active then source maps are loaded from the SDM code server and 
not from your app server. Whenever the browser requests a *.cache.js file 
from the SDM code server a HTTP response header will be set with the 
location of the source maps. AFAICT this location should always be fine and 
can not be changed.

Also it should be totally independent on how you setup your project in your 
IDE because if you use SDM you always end up with:

1.) a server that serves your app like it would be if deployed to production
2.) the SDM code server
3.) Your browser that loads JS + SourceMaps from 2.) and does 
GWT-RPC/RequestFactory/RequestBuilder requests to 1).

So maybe you have not setup SDM correctly?

-- J.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to