You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
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):
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Steps to Reproduce:
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):
The text was updated successfully, but these errors were encountered: