Message 1 of 5
I unable to find “Start external program” In the Properties window, then click on Debug option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I unable to find “Start external program” In the Properties window, then click on Debug option
To debug your plug-in code, you’re going to have to launch Revit from your Visual Studio debugger and load your plug-in into Revit.
In order to be able to debug using Visual Studio, we have to make some manual edits to the project files by implementing the following steps:
- In the Solution Explorer window, right Click Lab1PlaceGroup and select Properties.
- In the Properties window, Go to Debug option and choose “Start external program”.
- Browse for “Revit.exe” file and normally the file will be present in this path(C:\Program Files\Autodesk\Revit 20xx\Revit.exe).
(Edit the file path for Revit.exe if you’ve installed it in a non-default location).
Thus, the Properties settings allow you to set the executable to launch when you start the debugger: