blob: 8f39a070fd1660053b090813f5558362d9496fab [file] [log] [blame] [edit]
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
}