From e5857ba4d08907296d5cd2e519c46adb86a7978b Mon Sep 17 00:00:00 2001 From: Hyang-Ah Hana Kim Date: Mon, 10 Jan 2022 15:27:31 -0500 Subject: [PATCH] Update README.md The new debug adapter supports function breakpoints and more. --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 675a9dfc00..fe1fba1684 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ ## Spec +See [the extension's documentation](https://github.com/golang/vscode-go/blob/master/docs/debugging.md) for supported debug features. + - OS - ✅ MacOS - ✅ Windows @@ -26,7 +28,8 @@ - Break Point - ✅ break point - ✅ condition break point - - ❌ function breakpoint + - ✅ function breakpoint + - ✅ log point - Step Execution - ✅ Step Over - ✅ Step Into @@ -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 @@ -226,7 +222,6 @@ Edit host to remote server address. "mode": "remote", "port": 2345, "host": "127.0.0.1", - "apiVersion": 2, "showLog": true } ]