<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can not hit breakpoint while debuging in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5573135#M40632</link>
    <description>&lt;P&gt;Hi, I've been learning AutoCAD .NET API for several days. There's a strange problem confused me. I can't hit the breakpoint in any VS solution about AutoCAD .net api while I'm debugging.&lt;/P&gt;&lt;P&gt;Here's my development environment: Win 7 64bit, VS 2013, AutoCAD Map 3D 2011.&lt;/P&gt;&lt;P&gt;Looking forward to your help!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2015 05:11:37 GMT</pubDate>
    <dc:creator>viper_007</dc:creator>
    <dc:date>2015-04-07T05:11:37Z</dc:date>
    <item>
      <title>Can not hit breakpoint while debuging</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5573135#M40632</link>
      <description>&lt;P&gt;Hi, I've been learning AutoCAD .NET API for several days. There's a strange problem confused me. I can't hit the breakpoint in any VS solution about AutoCAD .net api while I'm debugging.&lt;/P&gt;&lt;P&gt;Here's my development environment: Win 7 64bit, VS 2013, AutoCAD Map 3D 2011.&lt;/P&gt;&lt;P&gt;Looking forward to your help!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 05:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5573135#M40632</guid>
      <dc:creator>viper_007</dc:creator>
      <dc:date>2015-04-07T05:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can not hit breakpoint while debuging</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5573700#M40633</link>
      <description>&lt;P&gt;You did not say, but I 'd guess that the breakpoint is placed in code of a UI, such as Windows form/usercontrol.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to disable "FIBER" by entering command "NEXTFIBERWORLD" and set it vale to 0 and restart AutoCAD session. For more information, search Kean's blog for "Fiber"&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 13:16:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5573700#M40633</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2015-04-07T13:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can not hit breakpoint while debuging</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5574936#M40634</link>
      <description>&lt;P&gt;No, I just write some simple function and command in class, not in forms or usercontrols.&lt;/P&gt;&lt;P&gt;Anyway, I've tried to set the value of "NEXTFIBERWORLD" to 0. But when I start the cad application, it prompts a dialogbox &amp;nbsp;asking me to select "_MAPDMDWGLOADED.shx". I cannot find the shx, so I click Cancel button, and then the cad application will be not responding until I end the process in the taskmanager.&lt;/P&gt;&lt;P&gt;Now the question is, I don't have the chance to set "NEXTFIBERWORLD" back to 1, what should I do?&lt;/P&gt;&lt;P&gt;Thank you all the same.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 02:08:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5574936#M40634</guid>
      <dc:creator>viper_007</dc:creator>
      <dc:date>2015-04-08T02:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can not hit breakpoint while debuging</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5576494#M40635</link>
      <description>&lt;P&gt;I've never heard of this "fiber" solution..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's all explained here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://through-the-interface.typepad.com/through_the_interface/2013/11/debugging-autocad-using-visual-studio-2013.html"&gt;http://through-the-interface.typepad.com/through_the_interface/2013/11/debugging-autocad-using-visual-studio-2013.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 20:39:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5576494#M40635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-08T20:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can not hit breakpoint while debuging</title>
      <link>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5576779#M40636</link>
      <description>&lt;P&gt;I've got a nice solution to my problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at this page:&amp;nbsp;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2010/04/hitting-breakpoints-in-net-class-libraries-while-debugging-with-visual-studio-2010.html" target="_blank" title="Hitting Breakpoints"&gt;Hitting breakpoints in .NET Class Libraries while debugging with Visual Studio 2010&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There're three method, I like the last one.&lt;/P&gt;&lt;P&gt;Thank you all the same.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 02:49:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/can-not-hit-breakpoint-while-debuging/m-p/5576779#M40636</guid>
      <dc:creator>viper_007</dc:creator>
      <dc:date>2015-04-09T02:49:01Z</dc:date>
    </item>
  </channel>
</rss>

