diff --git a/docs/src/debugger.md b/docs/src/debugger.md index a87b6e21a7..4942fb00db 100644 --- a/docs/src/debugger.md +++ b/docs/src/debugger.md @@ -109,6 +109,20 @@ Automatic scenario creation is currently supported for Rust, Go and Python. Java ### Example Configurations +#### Go + +```json +[ + { + "label": "Go (Delve)", + "adapter": "Delve", + "program": "$ZED_FILE", + "request": "launch", + "mode": "debug" + } +] +``` + #### JavaScript ##### Debug Active File