Thanks for looking.
The code path that GWT uses to install JavaScript is pretty convoluted, but
as far as i can tell, it doesn't actually delete the <script> tag on
gwtproject.org. (There is a removeScript() function that is empty in this
configuration.)
But anyway, I will change a setting to make JavaScript installation more
straightforward [1] and perhaps that will fix it (after it's deployed).
[1]
https://gwt-review.googlesource.com/#/c/7160/
On Wed, Apr 16, 2014 at 3:26 PM, Andy Sterland
<
Andy.S...@microsoft.com>wrote:
> Thanks. I’ve briefly tried out those sites below, though I must admit we
> hadn’t tried GWT or Dart that extensively.
>
>
>
>
http://gwtproject.org/ - At a glance it seems like the page is creating
> an iframe and adding a script element to the iframe which contains the
> source mapped content then that iframe is removed. Unfortunately the F12
> tools remove script documents from the file picker when they are removed
> from the page, so the documents are added and then removed almost right
> away.
>
>
>
>
http://pixelcycle.appspot.com – It seems to work but a few of the dart
> files seem to be missing. In F12 we disable sourcemaps for a generated JS
> file if we notice that any of the source files for it are missing, though
> we only check when you try to open a file.
>
>
>
> Fwiw F12 doesn’t have a language service for Dart so the document would be
> colorized like plain ol’ JavaScript. But you should be able to debug just
> fine.
>
>
>
> Also, if you ever do want to try IE11 (or any IE version) there are free
> VMs (for Windows, Linux and Mac host OS) over at:
>
>
http://modern.ie/en-us/virtualization-tools#downloads
>
>
>
>
>
>
>
> *From:* Brian Slesinsky [mailto:
skyb...@google.com]
> *Sent:* Tuesday, April 15, 2014 7:13 PM
> *To:* Andy Sterland
> *Cc:*
dev-js-s...@lists.mozilla.org; Adam Reineke
> *Subject:* Re: IE11 F12 developer tool for source maps
>
>
>
> Welcome!
>
>
>
> Unfortunately I don't have an easy way to run IE11 but I've heard it's
> working with a small GWT app.
>
>
>
> Here are a couple of websites with source maps enabled to test against:
>
>
>
>
http://gwtproject.org/ (GWT 2.6)
>
>
http://pixelcycle.appspot.com/ (old version of Dart; I need to recompile.)
>
>
>
> - Brian
>
>
>
> On Tue, Apr 15, 2014 at 4:25 PM, Andy Sterland <
>
https://lists.mozilla.org/listinfo/dev-js-sourcemap
>
>
>