Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
Checks that after restarting the top frame, local variables are reset
Paused at (after evaluation):
let z = 'some let';
#debugger;
}
Pause stack:
foo:5 (canBeRestarted = true)
Evaluating x:
{
id : <messageId>
result : {
type : string
value : some var
Evaluating y:
value : some const
Evaluating z:
value : some let
Restarting function "foo" ...
Paused at (after restart):
function foo() {
var x = #'some var';
const y = 'some const';
type : undefined