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/3332e8af-5cf3-4d9a-9884-b99f7131f442n%40googlegroups.com.
