|
发表于 2003-11-7 15:56:00
|
显示全部楼层
Re: 谁知道怎样用两个显示器(或机器)调试
应该得用两台计算机吧
Visual C++6.0可以
你在MSDN里查 Debugging Remote Applications
就能找到
Debugging Remote Applications
You can debug programs running on remote Intel platforms. During remote debugging, the one computer (the debugger host) controls debugging using a small remote monitor program on the second computer (the remote target). The debugger host computer communicates with the remote target computer through a network connection.
This section covers the following topics:
Setting Up the Remote Debug Monitor
Connecting the Host and Target Machines
Starting Remote Debugging
How Can I Keep Focus When Stepping Through My Program?
How Can I Use Debugger Windows While Debugging a Foreground Program?
How Can I Speed Up Remote Debugging?
Error: Unable to Resolve an IP Address
Error: The VC++ Debug Monitor Is Not Correctly Installed
Error: The Specified Debug Password Is Incorrect
Error: Cannot Open File on Remote Machine
--------------------------------------------------------------------------------
Send feedback to MSDN.Look here for MSDN Online resources. |
|