[求助] 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> 根据ObjectARX编程站论坛中版主<font color="red"><strong>lzx838</strong></font>的帖子:<br/><a href="http://www.objectarx.net/forum.php?mod=viewthread&tid=4771&page=1&extra=#pid20537" target="_blank">http://www.objectarx.net/forum.php?mod=viewthread&tid=4771&page=1&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> </p>
<p>我使用的是VS2010+AutoCAD2008,按照该帖子中的第一个方法,我把acad.exe.config文件修改为:<br/>------------------------------------------------------------------------------------<br/><configuration><br/> <startup><br/><!--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/> <supportedRuntime version="v2.0.50727"/><br/>--><br/><supportedRuntime version="v2.0.50727" /> <br/> </startup><br/></configuration><br/>------------------------------------------------------------------------------------<br/>便搞定了。<br/></p></td></tr></tbody></table></div></div> 多谢高手指点.雪中送炭啊 谢谢高手指点,我眼前一亮
页:
[1]