🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

useful vs extention for debugging multiple processes

Started by
0 comments, last by Garret Thomson 6 years, 3 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