Files
Kmake/deps/v8/test/inspector/debugger/restart-frame/restart-top-frame-with-breakpoint-expected.txt
2026-05-26 23:36:42 -07:00

16 lines
276 B
Plaintext

Checks that restarting the top frame works with breakpoints
Paused at (after evaluation):
const x = 1;
const y = #2;
}
Pause stack:
foo:3 (canBeRestarted = true)
Restarting function "foo" ...
Paused at (after restart):
function foo() {
const x = #1;
const y = 2;