diff --git a/docs/development.md b/docs/development.md index 6ea7880855..7a6ff9a1fc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -73,7 +73,8 @@ To use the locally built version of the plugin, add `--use:` to the comman ### Debugging -COMING SOON. +1. Start generating: `autorest-beta --use:C:\path\to\local\autorest.powershell --powershell.debugger`. It will wait for debugger to attach. +1. Start debugging: open autorest.powershell repo in vscode; press `F5`. You will see "Debugger attached." in your autorest console, then you can start debugging. ### Testing