DOC: Remote Debugging with TCP/IP Isn't Supported on Win32s
Article ID: 139026
Article Last Modified on 12/9/2003
APPLIES TO
- The Integrated Debugger, when used with:
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 4.1 Subscription
- Microsoft Visual C++ 4.2 Enterprise Edition
- Microsoft Visual C++ 4.2 Professional Edition
This article was previously published under Q139026
SUMMARY
When MSVCMON is run in a Win32s system, you will not see the TCP/IP
protocol as an option for connection. The TCP/IP communication layer for
MSVCMON is written for true 32-bit platforms and requires multi-threading
support to operate. Because of this, the remote debug monitor (MSVCMON)
does not support TCP/IP on Win32s. It only supports a serial connection for
remote debugging. This information should be added to your Visual C++ 4.x
documentation.
Additional query words: kbVC400bug
Keywords: kbbug kbide kbdebug kbdocerr KB139026