Reputation: 4394
I am using GWT 2.7.0 and I noticed that on chrome (69.0.3497.100 for example, on Mac OS in superdev mode, the java source map files are not loaded anymore. Each console error or info message points to the generate .js file and not the original java files, which makes almost impossible to debug the code.
Can anyone help?
EDIT: Searching for older versions of chromium, I noticed that the problem is only on Mac OS (I previously used Ubuntu 16) on gwt 2.7.0 exactly. I tested with gwt 2.8.1 and it worked but i cannot use it in my main project as it has deprecated dependecies that i cannot remove yet.
Upvotes: 4
Views: 157