From 631f8c7eefabb2f80521f8c40292e3947a197966 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Tue, 1 Sep 2020 10:31:42 +0800 Subject: [PATCH 1/2] Update development.md --- docs/development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 6ea7880855..0e03536028 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` ### Testing From 801c7f1d1aec4b82c847999cb407489cbb4632fc Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Tue, 1 Sep 2020 10:39:05 +0800 Subject: [PATCH 2/2] Update development.md --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 0e03536028..7a6ff9a1fc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -74,7 +74,7 @@ To use the locally built version of the plugin, add `--use:` to the comman ### Debugging 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` +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