Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Dec 17, 2018
1 parent e69f493 commit 0ee759f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/debugAdapter/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ npm install
1. Open the `vscode-go` folder in VS Code. Choose the `Launch as server` debug configuraion from the drop down in the debug viewlet. Add a breakpoint in the desired localtion in the `vscode-go/src/debugAdapter/goDebug.ts` file
2. Open the Go application that you want to debug in another instance of VS Code. Create a debug configuration if it doesnt exist. In this configuration add `"debugServer": 4711` in the root of the configuration. Start debugging your Go application and the breakpoint in the `goDebug.ts` file in the other VS Code instance will be hit.

## Debugging the debugger and other changes

If you have changes in any file other `goDebug.ts` which you want to use, then this setup involves three instances of Code:

1. Open the `vscode-go` folder in one instance. Choose the `Launch Extension` debug target and hit F5 to launch a second instance.
Expand Down

0 comments on commit 0ee759f

Please sign in to comment.