Closed
Description
- Debug some script like
console.log(`1`);
console.log(`2`);
debugger
and
{
"type": "pwa-node",
"request": "launch",
"name": "Run",
"program": "${file}",
"trace": true,
},
- Close the debug console
- Press F5, hit debugger statement
- Open the debug console
- Sometimes, there is no output
- Press F8, you will see the output after this point
I only see this when using vscode-pwa, but it is sending the output events, and I only see it when the debug console is initially closed.
FYI @connor4312