Simon Mourier's Avatar
Simon Mourier's blog (1349 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • debugging
  • visual-studio

Visual Studio: suppress debug output per DLL

Dec 3, 2011 See the question and my original answer on StackOverflow

I don't think so, because a debug output trace record has no owner.

If the rogue traces exhibit some patterns, you can filter them out using an open source tool similar to DebugView I wrote for this kind of problem: TraceSpy, but in this case, you'll need to visualize the traces outside of Visual Studio. It won't change the OutputWindow behavior.

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms