More Visual Differentiation between multiple startup debug processes in Visual studio?

Alien_SM

Is there a more visual way to differentiate what process you are busy debugging when hitting a break point and then switching between the processes using the process drop down?

Something in the line of different background windows colors per process?

Possibly a add on or plugin?

Fletcher

At present, I haven’t found any plug-in that could highlight the process that is currently debugging in Visual Studio. But the tools those Visual Studio offers could help us to differentiate them while multi-process debugging:

enter image description here

You can see there are two places where we could find out the current process under debugging: In the process window (Debug -> Windows -> Processes), it gives the golden arrow.

In the right hand, at the top of Diagnostic Tools, there is also a pop-up which indicates the process with PID that is under debugging. I also found thread talking about the similar issue which also might help:

How can I tell which process I am debugging (attached to multiple processes)?

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Breaking on a deadlock between multiple startup projects in Visual Studio

How to debug two or more files in Visual Studio

Set Multiple Startup Projects in Visual Studio for Mac?

How to debug mpirun Python processes in Visual Studio Code on Ubuntu?

Command to switch between debug and release in Visual studio

Visual Studio: debug multiple projects at the same time?

Multiple debug and release configuration options in Visual Studio

Visual Studio Debug Error

Visual studio debug tooltips

Debug on Visual Studio

Unable to run multiple startup projects in Visual Studio 2015

Is it possible to persist cookies between visual studio debug sessions

how to change Between Debug and Release programatically in visual studio

Debug windows app in visual studio

Debug exe code in visual studio

Visual Studio DEBUG menu disabled

Debug MapReduce program in Visual Studio

Debug with Visual Studio Code not working

Visual Studio 2013 debug crash

Debug emscripten with visual studio code

Visual Studio Debug c++

how to debug python in visual studio

Multiple select in Visual Studio?

Can we have more than just debug & release configurations in Visual Studio?

Sharing a folder of contents between multiple projects (Visual Studio)

Share a git repository between multiple Visual Studio Team Services Projects

Multiple instances or processes of visual studio code in task manager for single application window

Visual Studio 2015 Taks runner explorer causing multiple node.exe processes

How to debug a Visual Studio Package in a VSIX created in Visual Studio 2015