Added wrapping up section to VSCode debugging

This commit is contained in:
Lynn Orrell 2019-11-13 21:01:37 -06:00
parent 42bff3d94c
commit 26949812ef
1 changed files with 4 additions and 0 deletions

View File

@ -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!