﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-In my way-随笔分类-CateGory</title><link>http://www.cppblog.com/kyline/category/10177.html</link><description>On my way</description><language>zh-cn</language><lastBuildDate>Sat, 25 Apr 2009 00:19:09 GMT</lastBuildDate><pubDate>Sat, 25 Apr 2009 00:19:09 GMT</pubDate><ttl>60</ttl><item><title>直接的VS 2005 远程调试</title><link>http://www.cppblog.com/kyline/archive/2009/04/23/80821.html</link><dc:creator>谷主</dc:creator><author>谷主</author><pubDate>Thu, 23 Apr 2009 03:34:00 GMT</pubDate><guid>http://www.cppblog.com/kyline/archive/2009/04/23/80821.html</guid><wfw:comment>http://www.cppblog.com/kyline/comments/80821.html</wfw:comment><comments>http://www.cppblog.com/kyline/archive/2009/04/23/80821.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/kyline/comments/commentRss/80821.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/kyline/services/trackbacks/80821.html</trackback:ping><description><![CDATA[<h2>VS2005中远程调试的配置方法</h2>
<div id=message12869 class=t_msgfont>
<div id=firstpost>在VS2005中不能使用VS2003的远程调试程序。VS2005远程调试的方法：<br>(1) 远程端：安装VS2005光盘"X:\vs\Remote Debugger\x86\ rdbgsetup.exe"。或者直接运行或copy本地端的： "Program Files\Microsoft Visual Studio 8\Common7\IDE\Remote Debugger\x86"<br>(2) 远程端：&#8220;本地安全策略 － 安全选项 － 网络访问：本地帐户的共享和安全模式&#8221;改为：经典－本地用户以自己的身份验证。<br>(3) 远程端：启动Remote Debuger，从&#8220;工具 － 选项&#8221;中将身份验证模式改为&#8220;无身份验证，允许任何用户进行调试&#8221;。<br>或者直接用命令行："X:\ msvsmon.exe" /noauth /anyuser /nosecuritywarn，可以建个快捷方式以方便运行。<br>(4) 本地：在VS2005中，&#8220;工具&#8221;－－&#8220;附加到进程&#8221;，传输选&#8220;远程&#8221;，限定符输入远程端的主机名或IP地址，回车，终于出来了可爱的进程列表。<br>小结：跟VS2003相比，2005的远程调试的配置要稍麻烦一些，不过有一点重要的进步是它可以配置成服务，不像在2003下面要做繁琐的手工配置。</div>
</div>
<br>整那么多都没有没有用的！
<img src ="http://www.cppblog.com/kyline/aggbug/80821.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/kyline/" target="_blank">谷主</a> 2009-04-23 11:34 <a href="http://www.cppblog.com/kyline/archive/2009/04/23/80821.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>