<?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 Jig - No Single Step Debugging in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/4655509#M46736</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a lot of sample (mostly from spidernet) using EntityJig. My problem is always the same: I can't walk through "protected&amp;nbsp; override SamplerStatus Sampler" method by single step debugging. If a Break Point inside this overritten method is reached, a new tab "No source available" is shown and debugging stops.&lt;/P&gt;&lt;P&gt;AutoCAD 2013, Visual Studio 2013, c#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same with protected override bool Update().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Christoph&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2013 12:19:50 GMT</pubDate>
    <dc:creator>C-Hoppen</dc:creator>
    <dc:date>2013-11-27T12:19:50Z</dc:date>
    <item>
      <title>Jig - No Single Step Debugging</title>
      <link>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/4655509#M46736</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a lot of sample (mostly from spidernet) using EntityJig. My problem is always the same: I can't walk through "protected&amp;nbsp; override SamplerStatus Sampler" method by single step debugging. If a Break Point inside this overritten method is reached, a new tab "No source available" is shown and debugging stops.&lt;/P&gt;&lt;P&gt;AutoCAD 2013, Visual Studio 2013, c#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same with protected override bool Update().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Christoph&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 12:19:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/4655509#M46736</guid>
      <dc:creator>C-Hoppen</dc:creator>
      <dc:date>2013-11-27T12:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Jig - No Single Step Debugging</title>
      <link>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/4655791#M46737</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Did you read this?: &lt;A target="_self" href="http://through-the-interface.typepad.com/through_the_interface/2013/11/debugging-autocad-using-visual-studio-2013.html"&gt;Debuggin with VS 2013&lt;/A&gt; , also you can visit this link for more suggestions: &lt;A target="_self" href="http://stackoverflow.com/questions/314329/getting-rid-of-there-is-no-source-code-available-for-the-current-location"&gt;No Source&lt;/A&gt; and check this extension for VS: &lt;A target="_self" href="http://visualstudiogallery.msdn.microsoft.com/fdbb2036-471e-40a7-b20e-31f8fd5578fa/"&gt;Disable No Source Tab &lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;And don't forget to set NEXTFIBERWORLD to 0.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Gaston Nunez&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2013 13:55:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/4655791#M46737</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2013-11-27T13:55:33Z</dc:date>
    </item>
    <item>
      <title>Re : Jig - No Single Step Debugging</title>
      <link>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/5741741#M46738</link>
      <description>&lt;P&gt;For Jigs, the trick is to disable fibers by setting&amp;nbsp;&lt;SPAN&gt;NEXTFIBERWORLD to 0. &lt;A href="/t5/forums/replypage/board-id/152/message-id/Managed Debugging doesn’t support Fibers" target="_self"&gt;Managed Debugging doesn’t support Fibers&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since AutoCAD 2015 version, fibers are disabled by default.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 13:08:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/jig-no-single-step-debugging/m-p/5741741#M46738</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-07-27T13:08:19Z</dc:date>
    </item>
  </channel>
</rss>

