Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT Sourcemaps with IE 11

How can I use GWT SuperDevMode source maps with IE11? Does it work at all? I tried to right click the file tab in IE debugger view and the "choose source map" option. However, the file dialog only accepts *.map file and looks like it doesn't understand sourcemap json files.

enter image description here

Everything works great in Chrome, unfortunately the issue I'm looking into is IE only :-(

like image 622
StefanR Avatar asked Dec 01 '15 15:12

StefanR


1 Answers

It should work just fine. Maybe it`s not so obvious how to start debugging.

First select a JAVA source file:

enter image description here

The list can be full of other files so the easiest way is to start typing the file name.

When you have your source file opened you can set break points.

like image 123
Adam Avatar answered Sep 23 '22 04:09

Adam