Revit Addin Debugging

Configure an Autodesk Revit add-in project's IDE launch of the matching Revit with the debugger attached, using the Nice3point.Revit.Sdk launch properties. USE FOR: setting up a project where a debug session launches the matching Revit and breaks in the add-in, overriding the Revit path or start arguments, and keeping Hot Reload responsive while debugging. DO NOT USE FOR: copying built files to the Revit add-ins folder (use revit-addin-publishing), dependency isolation or repacking (use revit-dependency-isolation).

nice3point 2e81fbe 3.5 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-solution/skills/revit-addin-debugging commit 2e81fbe13e

Frequently asked questions

npx skillmds@latest add nice3point/revit-addin-debugging