This test illustrates the problem that DevTools does not always manage to set breakpoints in time for source-mapped JS files. In each of these cases, we should reliably hit a breakpoint at the end of the steps.
instrumentation-breakpoints.tsThis test illustrates the problem that DevTools does not always manage to set breakpoints in time for overridden TS files.
Sources panel, go to the Overrides subtabinstrumentation-breakpoints.tsconsole.log('hello'); and saveThis test illustrates the problem that DevTools does not always manage to set breakpoints in time for filesystem TS files.
git clone https://github.com/ChromeDevTools/devtools-dbg-stories.gitREADME.md within the repository)about:blankSources panel, go to the Filesystem subtabdevtools-dbg-stories folder and add it to your workspaceinstrumentation-breakpoints.ts within the FileSystem subtabThis test illustrates the problem that DevTools does not always manage to set breakpoints in time for sourcemapped JS files on reload. In each of these cases, we should hit a breakpoint on reload.
instrumentation-breakpoints.tsThis test illustrates the problem that DevTools does not always manage to set breakpoints in time for overridden TS files on reload.
Sources panel, go to the Overrides subtabinstrumentation-breakpoints.tsconsole.log('hello'); and saveThis test illustrates the problem that DevTools does not always manage to set breakpoints in time for filesystem TS files on reload.
git clone https://github.com/ChromeDevTools/devtools-dbg-stories.gitREADME.md within the repository)Sources panel, go to the Filesystem subtabdevtools-dbg-stories folder and add it to your workspaceinstrumentation-breakpoints.ts within the FileSystem subtab