From 26949812ef4337a6cbcd80bc01543532a8843054 Mon Sep 17 00:00:00 2001 From: Lynn Orrell Date: Wed, 13 Nov 2019 21:01:37 -0600 Subject: [PATCH] Added wrapping up section to VSCode debugging --- howto/vscode-debugging-daprd/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/howto/vscode-debugging-daprd/README.md b/howto/vscode-debugging-daprd/README.md index 50027ced6..d3265b887 100644 --- a/howto/vscode-debugging-daprd/README.md +++ b/howto/vscode-debugging-daprd/README.md @@ -144,3 +144,7 @@ Note: You will need to ensure that you specify different http/grpc (-dapr-http-p ] } ``` + +## Wrapping up + +Once you have made the required changes, you should be able to switch to the debug view in VSCode and launch your "daprized" configurations by clicking the "play" button. If everything was configured correctly, you should see daprd launch in the VSCode terminal window and the debugger should attach to your application (you should see it's output in the debug window). Happy debugging!