nertilpoci / VisualStudio-Output-Filter-Extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 95.9%Language:CSS 4.1%Language:HTML 0.0%