set-breakpoint-after-liveedit-expected.txt 330 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Breakpoint in liveedited script
Update script source
{
    callFrames : [
    ]
    stackChanged : false
}
Set breakpoint
{
    actualLocation : {
        columnNumber : 0
        lineNumber : 3
        scriptId : <scriptId>
    }
    breakpointId : <breakpointId>
}
Call function foo and dump stack
foo (:3:0)
(anonymous) (:0:0)