I am currently working on an old GWT project. Project docs were made to develop on eclipse but I prefer to use Intellij.
Running the project with GWT Development Mode is not a problem, but debugging it is something else.
I already read some openned questions about this subject but none of them seems to work with me.
Here is my configuration right now :
I am using gwt 2.3.0 version which force me to use an old firefox 26 version to be able to use Google Web Toolkit Developer Plugin. This version is also too old to use Super Dev Mode (who came with 2.5.1).
I am running IntelliJ 2019 3.1 (Ultimate Edition)
So my question is : what do I miss to successfully debug my 2.3.0 GWT application ?
