Feature request for Debug View

Dan Moseley 6 Reputation points Microsoft Employee
2021-03-07T05:03:04.117+00:00

Unfortunately many shipping apps call OutputDebugString, even parts of Office, Windows and Visual Studio. The output is for their own developers but the end result is that Debug View gets spammed and anything I want to emit there is easily lost in the noise. From time to time during my career at Microsoft I have opened bugs against them and some are fixed but others appear, so, it's a fact of life. The usual way to find your own debug output in the clutter is to include some magic marker in the strings, and filter everything else out. For example, to start all output with "###" or suchlike. Needless to say this is clumsy and requires modifying the code. Another option is filter by PID, but that changes each time. Instead, Debug View should allow filtering by process name. My test app always has the same name. The process ID is on DEBUG_EVENT already. Can you add this? It would make my life a lot easier.

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,004 questions
Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,169 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,421 Reputation points
    2021-03-08T05:11:50.647+00:00

    Hi DanMoseley,

    You can request this feature here: https://developercommunity.visualstudio.com/report?space=8&entry=suggestion

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.