Skip to content

Debug console missing output when using new node DA #85897

Closed
@roblourens

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

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions