How to filter output in Visual Studio 2012+?

frankish picture frankish · May 13, 2015 · Viewed 11.6k times · Source

I am having problem inspecting specific things in my Debug.WriteLn output in Visual Studio 2015. (Same thing in 2012 and 2013 version too.)

XCode and Eclipse both include a filter-box on top of the Output window. I tried to find a similar extension for Visual Studio but I had no luck. Is there any way to have a similar feature and filter the output window?

Answer

FetFrumos picture FetFrumos · Jul 20, 2016

I use this method:

Open Debug – Output window, just by right click on the Window.

enter image description here

You can Check / Uncheck as per your need.