Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filters on debug console #50093

Closed
DanielSSilva opened this issue May 18, 2018 · 6 comments
Closed

Allow filters on debug console #50093

DanielSSilva opened this issue May 18, 2018 · 6 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@DanielSSilva
Copy link

When debugging, Debug Console displays a lot of messages about modules loaded, threads that exited, etc. Eg:
image 1
it would be really useful to be able to filter those messages, like it is on Visual studio, stated on this StackOverflow answer.

I've searched around and I wasn't able to find anything similar. A workaround is to add to the launch.json the following "console": "externalTerminal"

@roblourens
Copy link
Member

You could make a request on the C# extension to allow some filtering. Otherwise, this is for searching in the debug console: #4338

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label May 19, 2018
@DanielSSilva
Copy link
Author

I've found #1017. What about this one? Options already exist for other types of messages such as module loads (under logging.moduleLoad). I've created the issue here because it seemed something that "affects" different languages

@roblourens
Copy link
Member

I don't think #1017 is related.

@DanielSSilva
Copy link
Author

Ups, sorry, it's 1017 on other repo :D
I meant #33965

@roblourens
Copy link
Member

VS Code doesn't really know the content of different log messages, so it's up to the extension. Besides something generic like searching, like in the issue I linked.

@DanielSSilva
Copy link
Author

I understand now. I'll open an issue on c# extension then. thanks !

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants