vc远程调试

在VC++   6.0的Build菜单中有一个Debugger   Remote   Connect...的菜单项

a.准备远程目标机。运行msvcmon.exe--settings|Win32   Network(Tcp/IP)Setting/主机名。    

 b.准备主机。Build|Debugger   Remote   Connection   选NetWork(Tcp/Ip)   --Settings     Win32   Network(Tcp/IP)Setting/远程机名。    

 运行:     1.将工程文件复制到两机上。  

                2.Project|Settings|Debug.    

3从Category列表框中选General.设置如下。     。Category:输入所需的DLL。     。Executable   for   debug   session:调试机的可执行文件名。例:d;/View/debug/View.exe.     .Remote   executable   path   and   file   name.设置与上类似。     4。Build|Start   Debug.

你可能感兴趣的:(vc远程调试)