Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I load revit symbol in visual studio in order to debug

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
727 Views, 2 Replies

How can I load revit symbol in visual studio in order to debug

Anonymous
Not applicable
 

I would like to debug my application. But "the breakpoint will not be currently hit. No symbol have been load"

Where can I find the .pdb file of Autodesk in order to load the symbols?

image.png

0 Likes

How can I load revit symbol in visual studio in order to debug

 

I would like to debug my application. But "the breakpoint will not be currently hit. No symbol have been load"

Where can I find the .pdb file of Autodesk in order to load the symbols?

image.png

2 REPLIES 2
Message 2 of 3
jeremy_tammik
in reply to: Anonymous

jeremy_tammik
Autodesk
Autodesk

You can normally only load and see the symbols defined by your own add-in. There is no need for anything more, anyway.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes

You can normally only load and see the symbols defined by your own add-in. There is no need for anything more, anyway.

  

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
Message 3 of 3
mhannonQ65N2
in reply to: Anonymous

mhannonQ65N2
Advocate
Advocate

If you are getting a message of "the breakpoint will not be currently hit. No symbol have been loaded". It might mean that Revit did not load your plugin. Make sure your .addin file is present and points to the correct .dll (i.e. the one you are debugging, located where Visual Studio places your debug builds).

0 Likes

If you are getting a message of "the breakpoint will not be currently hit. No symbol have been loaded". It might mean that Revit did not load your plugin. Make sure your .addin file is present and points to the correct .dll (i.e. the one you are debugging, located where Visual Studio places your debug builds).

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report