VisualStudio-Output-Filter-Extension icon indicating copy to clipboard operation
VisualStudio-Output-Filter-Extension copied to clipboard

Provide new output windows which can be filtered by tags so you can debug on section of code at a time

Debug output filter

Download here Visual Studio Marketplace

Provide new output windows which can be filtered so you can debug only section of code you need at one time

Working on a large project with many developers means that everybody does this Debug.Write(message) the the output window is not very useful since you cannot read your messages with all the messages coming in from different sections of the app. This extension provides a new window which reads the output window and then you can filter the output using your own filters.

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4