Re: Problems Remote Debugging with SourceMaps in SuperDevMode

2018-06-12 Thread Thomas Broyer
You could try https://github.com/tbroyer/gwt-devserver On Tuesday, June 12, 2018 at 10:26:13 AM UTC+2, Carlo wrote: > > Hello, > > sorry for resuming this old thread. > I have as well a code server running on remote and I would like to use SDM > via my local browser. SDM works fine but it seems

Re: Problems Remote Debugging with SourceMaps in SuperDevMode

2018-06-12 Thread Carlo
Hello, sorry for resuming this old thread. I have as well a code server running on remote and I would like to use SDM via my local browser. SDM works fine but it seems that the browser never asks for the source maps. I see in the sdm logs "source maps enabled", but then I cannot see any

Re: Problems Remote Debugging with SourceMaps in SuperDevMode

2015-07-03 Thread Jens
Looking over on GitHub for existing issues, I saw that someone else reported an issue with DNS resolution. With that in mind, I modified by client machine's host file to include a binding for the fully qualified name of my host machine, and when I reloaded hte page, source maps were

Re: Problems Remote Debugging with SourceMaps in SuperDevMode

2015-07-01 Thread bobbitdiddle
Looking over on GitHub for existing issues, I saw that someone else reported an issue with DNS resolution. With that in mind, I modified by client machine's host file to include a binding for the fully qualified name of my host machine, and when I reloaded hte page, source maps were there!