Skip to content

Commit f84f5cc

Browse files
remove program property from attach to process ID example
1 parent 85a19e4 commit f84f5cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/tools/lldb-dap/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ process at the start of the debug session instead of setting the pid manually:
7373
"type": "lldb-dap",
7474
"request": "attach",
7575
"name": "Attach to PID",
76-
"program": "/tmp/a.out",
7776
"pid": "${command:pickProcess}"
7877
}
7978
```

0 commit comments

Comments
 (0)