Skip to content

Commit

Permalink
docs: fixed syntax in debugging guide
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Mar 14, 2021
1 parent 283a76b commit 9fb9d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/debug-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ go install github.com/go-delve/delve/cmd/dlv@latest
In vscode, open command palette with <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd>, select `Open launch.json`, and add debug config block below to `launch.json`

```json
{
"version": "0.2.0",
"configurations": [
{
Expand Down

0 comments on commit 9fb9d01

Please sign in to comment.