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