summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/remove-breakpoint-at-breakpoint-expected.txt
blob: f870ceafd28bb4f860bb9e360f8e75db6474af23 (plain)
1
2
3
4
5
6
7
8
Checks that it is possbible to remove breakpoint when paused at it.
set breakpoint, call foo, wait for pause..
function foo() {
  #return 42;
}

remove breakpoint, call foo again..
call finished without pause