From 8613a97c05edc5f526c73a1e0e819a4c49214405 Mon Sep 17 00:00:00 2001 From: Nice3point Date: Sun, 31 Mar 2024 13:06:56 +0300 Subject: [PATCH] Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 668b512..11fc195 100644 --- a/Readme.md +++ b/Readme.md @@ -79,4 +79,6 @@ To disable it, set `false`. Included a target for copying addin files to the `%AppData%\Autodesk\Revit\Addins folder` after building a project. `Clean solution` or `Clean project` will delete the published files. +Copying the files provides the ability to attach the debugger to the add-in when Revit is started for easy add-in debugging and automating testing. + Disabled by default. To enable it, set `true`. \ No newline at end of file