Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Handle groups in debug console #185

Closed
pkeuter opened this issue Mar 8, 2017 · 2 comments
Closed

Handle groups in debug console #185

pkeuter opened this issue Mar 8, 2017 · 2 comments

Comments

@pkeuter
Copy link

pkeuter commented Mar 8, 2017

When debugging a React application, Chrome nicely shows groups in the console, whereas vscode does not. It shows the start and end of the group, but they are not actually grouped. This makes the output cluttered and hard to read.

This is the output in Chrome:
image

And this is how vscode shows it:
image

I think it would be a lot better if vscode shows this like Chrome does. Possibly with the colors that the Chrome console shows.

@roblourens
Copy link
Member

roblourens commented Mar 8, 2017

I could actually put them in a collapsible group now that I can log objects in VSCode. Can't do anything about the colors yet though.

@roblourens
Copy link
Member

microsoft/vscode#34981

@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants