2022-09-21 13:28:42 +02:00
|
|
|
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) {
|
2023-03-30 12:11:08 +02:00
|
|
|
#return a * b;
|
2022-09-21 13:28:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
Result:
|
|
|
|
{
|
|
|
|
description : 15
|
|
|
|
type : number
|
|
|
|
value : 15
|
|
|
|
}
|