IntelliJ Idea won't stop on breakpoints while GWT debugging in Super Dev Mode

20 views Asked by At

I'm trying to debug GWT app. I added GWT Configuration in Run/Debug Configuration window and can run my app with no issues. In Chrome, I can see my Java code and I can setup breakpoints in Chrome debugger; however, I'd like to use Idea to debug instead of Chrome. Is it possible? If yes, what I did miss in my configuration?

I use:

  • GWT 2.10.0
  • Idea 2022.1.4
  • Java 1.8.0_141
  • Chrome of latest version

Update 1: GWT Debug Configuration

JS Debug Configuration

JS Debug Console

0

There are 0 answers