Skip to content

Debugging hangs after logging some amount of text to the Debug Console #102254

@duckdotapk

Description

@duckdotapk
  • VSCode Version: 1.47.0
  • OS Version: Windows 10 1909

Steps to Reproduce:

Debug this JavaScript code in Node.js:

for(let i = 0; i < 20000; i++)
{
    console.log(i);
}

VSCode should still remain responsive while the loop should seemingly hang somewhere between logging 15,000 and 16,000.

The issue appears to be related to logging some amount of text to the Debug Console.

I also tested this code in 1.46.1 and the issue does not occur in that version.

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

debugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions