Skip to content

Commit 16aab2e

Browse files
committed
Updated launch.json
1 parent 3023bdb commit 16aab2e

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.devcontainer/launch.json

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
2+
"version": "0.2.0",
3+
"configurations": [
44
{
5-
"name": "Debug R (C debugging)",
6-
"type": "cppdbg",
7-
"request": "launch",
8-
"program": "/workspaces/r-dev-env/scripts/launch_r.sh",
9-
"args": [],
10-
"stopAtEntry": false,
11-
"cwd": "${workspaceFolder}",
12-
"environment": [
13-
{
14-
"name": "R_RPATH_LINUX",
15-
"value": "${config:r.rpath.linux}"
16-
}
17-
],
18-
"externalConsole": false,
19-
"MIMode": "lldb"
5+
"name": "(lldb) Attach to R",
6+
"type": "lldb",
7+
"request": "attach",
8+
"pid": "${command:pickMyProcess}",
9+
"stopOnEntry": false
2010
}
2111
]
22-
}
12+
}

0 commit comments

Comments
 (0)