Advertisement

useful vs extention for debugging multiple processes

Started by March 22, 2018 06:22 AM
0 comments, last by Garret Thomson 6 years, 5 months ago

Hey all,

I just wanted to share a VS extension. It's useful for other people who are debugging multiple processes (aka server, player1, player2) with breakpoints that will break across those processes. It just puts up a (user defined sized) label in your window telling you which process the debugger dropped into. It's simple, but useful for rapid fire debugging for multiple processes to make it obvious that process you broke in. Just put some cookie text in your command lines and configure it from View -> Other Windows -> Process Hint.

https://marketplace.visualstudio.com/items?itemName=gthomson.ProcessHint

Feedback or questions welcome.

This topic is closed to new replies.

Advertisement