Answered by:
Where is the Remote Debugger for Visual Studio 2017?

Question
-
I can't find the Remote Debugging tools for Visual Studio 2017. I checked the setup and Individual Components, and it's not listed there either. Is there a separate download for it somewhere? Is it replaced with something else? How do I remote debug a process not running on my machine?
Thanks
Neptune Century
Wednesday, April 5, 2017 4:09 PM
Answers
-
>I can't find the Remote Debugging tools for Visual Studio 2017. I checked the setup and Individual Components, and it's not listed there either. Is there a separate download for it somewhere? Is it replaced with something else? How do I remote debug a process not running on my machine?
I always just run it directly from a share from where it's installed on my VS machine (C:\Program Files (x86)\Microsoft Visual
Studio\2017\Enterprise\Common7\IDE\Remote Debugger)Dave
- Marked as answer by neptunecentury Wednesday, April 5, 2017 6:17 PM
Wednesday, April 5, 2017 4:33 PM
All replies
-
>I can't find the Remote Debugging tools for Visual Studio 2017. I checked the setup and Individual Components, and it's not listed there either. Is there a separate download for it somewhere? Is it replaced with something else? How do I remote debug a process not running on my machine?
I always just run it directly from a share from where it's installed on my VS machine (C:\Program Files (x86)\Microsoft Visual
Studio\2017\Enterprise\Common7\IDE\Remote Debugger)Dave
- Marked as answer by neptunecentury Wednesday, April 5, 2017 6:17 PM
Wednesday, April 5, 2017 4:33 PM -
Thanks, I found this folder, and as it turns out, there was only one or two dll files in it. I compared the folder with a colleague, and believe my installation is corrupted. (which it did report some errors due to low disk space). I copied the required files from my coworker and it is working.
Thanks!
Neptune Century
Wednesday, April 5, 2017 6:17 PM -
Hi,
Thanks for Dave's answer!
Best regards,
Fletch
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Thursday, April 6, 2017 3:58 AM