Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
StepOut from return position of async function.
Running test: testStepIntoAtReturnPosition
p.then(() => 1);
#debugger;
return p;
debugger;
#return p;
}
return p;#
await foo();
#}
Running test: testStepOverAtReturnPosition
Running test: testStepOutAtReturnPosition
Running test: testStepOut