Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
docs
/
debugging-configs
/
vscode
/
launch-via-cli
/
launch.json
blob: bdcb0cb0761a4c92e69bb7a68c88aa18ee54ccfb [
file
] [
log
] [
blame
] [
edit
]
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Connect to dlv server"
,
"type"
:
"go"
,
"debugAdapter"
:
"dlv-dap"
,
"request"
:
"attach"
,
"mode"
:
"remote"
,
"remotePath"
:
"${workspaceFolder}"
,
"port"
:
2345
,
"host"
:
"127.0.0.1"
,
}
]
}