Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@

## Spec

See [the extension's documentation](https://github.com/golang/vscode-go/blob/master/docs/debugging.md) for supported debug features.

- OS
- ✅ MacOS
- ✅ Windows
- ✅ Linux
- Break Point
- ✅ break point
- ✅ condition break point
- ❌ function breakpoint
- ✅ function breakpoint
- ✅ log point
- Step Execution
- ✅ Step Over
- ✅ Step Into
Expand Down Expand Up @@ -103,13 +106,6 @@ menu:`Go: Launch test function`

- `program` must be package folder

### using Test Explorer

install [Go Test Explorer](https://marketplace.visualstudio.com/items?itemName=ethan-reesor.vscode-go-test-adapter)

```
ext install ethan-reesor.vscode-go-test-adapter
```

## debugging executable file

Expand Down Expand Up @@ -226,7 +222,6 @@ Edit host to remote server address.
"mode": "remote",
"port": 2345,
"host": "127.0.0.1",
"apiVersion": 2,
"showLog": true
}
]
Expand Down