summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/set-script-source-top-frame-expected.txt
blob: 8f39a070fd1660053b090813f5558362d9496fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Checks that setScriptSource works for editing the top-most stack frame
Paused at (before live edit):
function testExpression(a, b) {
  #debugger;
  return a + b;

Paused at (after live edit):
function testExpression(a, b) {
  return a * b;#
}

Result:
{
    description : 15
    type : number
    value : 15
}