Files
Kmake/deps/v8/test/inspector/debugger/regress-crbug-481896-expected.txt

21 lines
348 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
Set breakpoint before function call.
this.dynamic = function dynamic() {
#console.log("> dynamic"); // Break
}
function static() {
#console.log("> static"); // Break
}
Paused at:
this.dynamic = function dynamic() {
#console.log("> dynamic"); // Break
}
Resume..
Paused at:
function static() {
#console.log("> static"); // Break
}