Visual Studio Debugger
Remote Debugging Setup
This topic applies to:
Edition | Visual Basic | C# | F# | C++ | Web Developer |
|---|---|---|---|---|---|
Express | ![]() | ![]() | ![]() | ![]() | ![]() |
Pro, Premium, and Ultimate | ![]() | ![]() | ![]() | ![]() | ![]() |
Visual Studio supports remote debugging from one computer to another. When you are doing remote debugging, the host computer can be any platform that supports Visual Studio. The remote computer can be a 32-bit (Windows 7, Windows Vista, Windows XP, or Windows Server 2003) or 64-bit (IA64, IA64 WOW mode, x64, or x64 WOW mode) platform.
In This Section
Related Sections
See Also
Concepts
Community Content
D. Woodward
Windows 2000???
The article says it applies to Visual Studio 2010 remote debugger and "The remote computer can be a 32-bit (Windows Vista, Windows 2000...". However, I consistently get "msvsmon.exe is not a valid Win32 application" when I try to run the remote debugger on a Windows 2000 system. I searched the web and found another article (below) that contains a comment from a Microsoft employee saying that it will never work on Windows 2000.
http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/51d28ce1-38e5-48b5-a51a-7f538c26f623
http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/51d28ce1-38e5-48b5-a51a-7f538c26f623

