-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.11.1
- OS Version: Debian GNU/Linux 8.7
Steps to Reproduce:
- Write a small Node application like this:
for (let i = 0; i < 100; i++) {
console.log();
console.log("test", i);
}
- Launch it in the debugger and check the output on the debug console. You'll see that sometimes there is no empty line between the "test" lines. The output is always different. So if you don't see the problem then try again or scroll up.
The problem can't be reproduced in the terminal, only in the debug console. console.log("") also doesn't work. Logging a single space character instead works.
Here is a screenshot showing the problem (Notice the missing line breaks between test65/test66 and test79/test80/test81):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded
