In the Chrome Debugger, does it tell you where it's stopped in the sources tab?
Someone might have added GWT.debugger(); to the code. I actually can't remember what the point of the code servers "Dev Mode On / Off" is. I never use it. The code server just does its thing automatically for me. On Wednesday, 9 July 2025 at 6:34:51 pm UTC+10 divyanshu kumar wrote: > 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: > [java] GET /sourcemaps/ode/D4A92ECC870BD56410DE88EB04617475_sourcemap.json > [java] sent source map for module 'ode' in 169 ms > [java] GET /recompile/ode > [java] Job com.google.appinventor.YaClient-dev_1_2 > [java] starting job: com.google.appinventor.YaClient-dev_1_2 > [java] binding: locale=en > [java] binding: user.agent=safari > [java] skipped compile because no input files have changed > [java] 0.108s total -- Compile completed > [java] GET /sourcemaps/ode > [java] [WARN] ignored get request: /sourcemaps/ode > [java] [WARN] not handled: /sourcemaps/ode > > Any guidance or troubleshooting steps would be hugely appreciated! > Thanks in advance 🙏 > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/121884a9-a186-465a-9ea6-42f797cb5d65n%40googlegroups.com.
