Message 1 of 7
Problems debugging add-in using Visual Studio Express
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to debug an add-in using Visual Studio Express by following the steps under the "Debugging with Visual Studio Express" section (page 28) of this guide by @BrianEkins: Creating Add-Ins for Inventor.
However, it doesn't seem to be working. I'm having two problems:
- All of my breakpoints show a warning that says: "This breakpoint will not currently be hit. No symbols have been loaded for this document." I searched for this online but the few recommendations I found didn't work.
- Regardless, it doesn't appear that Inventor is running the add-in from Visual Studio, anyway. I think it's still loading and running it from the add-ins folder. If I make a change to my code (such as adding a message box), then unload/reload in Inventor, the change is not reflected. I even tried rebuilding after making such a change (with the post-build 'copy to add-ins folder' event disabled), but the change still isn't reflected in the add-in execution.
How can I fix the breakpoint issue, and how can I get Inventor to load the add-in from Visual Studio while it's attached?

