Why would Intellij 14 Ultimate with GWT 2.7 Super Dev Mode debugging stop working?

703 views Asked by At

I have my setup running GWT 2.7 Super Dev Mode, IntelliJ 14 Ultimate, and Google Chrome.

I had the debugging working in IntelliJ for a couple sesssions and then it stopped all of a sudden. I can go back to "classic mode" by just switching the Super Dev Mode flag off, no code changes, and debugging works again. Super Dev Mode in IntelliJ has never started to work again after the first time. I can also debug in Chrome with the sourcemaps when Super Dev Mode is on.

Has anyone else seen this yet, and have a work around or fix?

I have tried

  • switching between dev mode types
  • Invalidating caches and restarting
  • reinstalling the JetBrains Chrome plugin
1

There are 1 answers

0
Jason Hatton On BEST ANSWER

The JavasScript debugger checkbox was not checked in run configuration for the application in IntelliJ.