GWT Sourcemaps with IE 11

How can I use GWT SuperDevMode source maps with IE11? Does it even work? I tried to right-click the file tab in the IE debugger view and select the option "select source map". However, the file dialog only accepts the * .map file and looks like it does not understand the jQ files of the sourcemap file.

enter image description here

Everything works fine in Chrome, unfortunately the problem I'm looking for is just IE :-(

+5
source share
1 answer

It should work fine. Perhaps this is not so obvious how to start debugging.

First select the JAVA source file:

enter image description here

The list may be filled with other files, so the easiest way is to start typing the file name.

When your source file is open, you can set breakpoints.

+1
source

Source: https://habr.com/ru/post/1237174/


All Articles