I’m running GWT Super Dev Mode via ant devmode (with my main server already up in another terminal). The code server launches fine, and I click my “Dev Mode On” bookmarklet in Chrome. Compilation proceeds without errors, but then DevTools immediately pops up saying “paused on breakpoint.” I didn’t set any breakpoints.
Steps I've already taken:
Disabled all breakpoints in Chrome DevTools (Sources ➤ 🔴 Deactivate Breakpoints).
Cleared any marker breakpoints in my code editor.
Toggled Dev Mode off and back on again—but now I just see a blank screen.
Logs from the terminal during this process:
Any guidance or troubleshooting steps would be hugely appreciated!
Thanks in advance 🙏