When debugging in Chrome DevTools, after a CodeServer recompile(caused by a web browser refresh), the breakpoints fire inside the generated javascript code instead of the Java code. I've also set the user.agent to safari to have only 1 permutation.
Any idea why the issue with debugger?
Each time a recompile happens, CodeServer generates a new compile- folder, which seems to contain another set of sourcemaps. Also, clearing the web browser caches seems to help, sometimes the breakpoints are triggering in Java code, but not always.
Environment:
- GWT 2.8 with SuperDevMode
- Google Chrome 51.0.2704.106 m