Skip to content

Commit f4b08ee

Browse files
authored
Update development.md - add how to debug (#683)
* Update development.md * Update development.md
1 parent e314d09 commit f4b08ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ To use the locally built version of the plugin, add `--use:<path>` to the comman
7373

7474
### Debugging
7575

76-
COMING SOON.
76+
1. Start generating: `autorest-beta --use:C:\path\to\local\autorest.powershell --powershell.debugger`. It will wait for debugger to attach.
77+
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.
7778

7879
### Testing
7980

0 commit comments

Comments
 (0)