Jig - No Single Step Debugging

Jig - No Single Step Debugging

C-Hoppen
Advocate Advocate
673 Views
2 Replies
Message 1 of 3

Jig - No Single Step Debugging

C-Hoppen
Advocate
Advocate

Hello,

 

I tried a lot of sample (mostly from spidernet) using EntityJig. My problem is always the same: I can't walk through "protected  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.

AutoCAD 2013, Visual Studio 2013, c#

 

Same with protected override bool Update().

 

Any Idea?

 

Thanks, Christoph

0 Likes
674 Views
2 Replies
Replies (2)
Message 2 of 3

hgasty1001
Advisor
Advisor

Hi,

 

Did you read this?: Debuggin with VS 2013 , also you can visit this link for more suggestions: No Source and check this extension for VS: Disable No Source Tab


And don't forget to set NEXTFIBERWORLD to 0.

 

Gaston Nunez

 

 

0 Likes
Message 3 of 3

FRFR1426
Collaborator
Collaborator

For Jigs, the trick is to disable fibers by setting NEXTFIBERWORLD to 0. Managed Debugging doesn’t support Fibers.

 

Since AutoCAD 2015 version, fibers are disabled by default.

Maxence DELANNOY
Manager
Add-ins development for Autodesk software products
http://wiip.fr
0 Likes