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?
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?
You can normally only load and see the symbols defined by your own add-in. There is no need for anything more, anyway.
You can normally only load and see the symbols defined by your own add-in. There is no need for anything more, anyway.
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).
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.