cobalt 发表于 2010-7-18 11:44:00

[求助] VS2010+AutoCAD2008时断点调试功能无效

<p><font style="BACKGROUND-COLOR: #ffffff" size="4" face="Verdana">以前在使用VS2008+AutoCAD2008进行ObjectARX编程时,如果在VS中设置了断点,则AutoCAD中命令执行到该处时会暂停。但是今天在刚安装的VS2010下,针对AutoCAD2008进行ObjectARX编程时,发现VS的断点功能失效了,AutoCAD中执行命令时会直接忽略断点,一直运行到命令结束。</font></p>
<p><font style="BACKGROUND-COLOR: #ffffff" size="4" face="Verdana">请教各位:<br/>这是什么原因?难道是VS2010 必须与AutoCAD2008以上的版本才能配合?<br/>有没有办法,比如怎么设置一下,然后可以继续使用VS2010+AutoCAD2008,享受断点调试的便利?<br/></font></p>

cobalt 发表于 2010-7-18 12:37:00

根据ObjectARX编程站论坛中版主<font color="red"><strong>lzx838</strong></font>的帖子:<br/><a href="http://www.objectarx.net/forum.php?mod=viewthread&amp;tid=4771&amp;page=1&amp;extra=#pid20537" target="_blank">http://www.objectarx.net/forum.php?mod=viewthread&amp;tid=4771&amp;page=1&amp;extra=#pid20537</a><br/><font size="4">问题圆满解决。</font><br/>
<div class="pcb">
<div class="t_fsz">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td id="postmessage_20537" class="t_f">
<p>&nbsp;</p>
<p>我使用的是VS2010+AutoCAD2008,按照该帖子中的第一个方法,我把acad.exe.config文件修改为:<br/>------------------------------------------------------------------------------------<br/>&lt;configuration&gt;<br/>&nbsp; &nbsp;&lt;startup&gt;<br/>&lt;!--We always use the latest version of the framework installed on the computer. If you<br/>are having problems then explicitly specify .NET 2.0 by uncommenting the following line.<br/>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &lt;supportedRuntime version="v2.0.50727"/&gt;<br/>--&gt;<br/>&lt;supportedRuntime version="v2.0.50727" /&gt; <br/>&nbsp; &nbsp;&lt;/startup&gt;<br/>&lt;/configuration&gt;<br/>------------------------------------------------------------------------------------<br/>便搞定了。<br/></p></td></tr></tbody></table></div></div>

xhq08 发表于 2010-8-10 14:51:00

多谢高手指点.雪中送炭啊

icefire 发表于 2012-1-11 11:08:10

谢谢高手指点,我眼前一亮
页: [1]
查看完整版本: [求助] VS2010+AutoCAD2008时断点调试功能无效