launch configurations update
This commit is contained in:
parent
343d4f8715
commit
c67501e523
|
|
@ -5,11 +5,23 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "(lldb) Launch",
|
||||
"name": "ml",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/ml",
|
||||
"args": ["-f", "${workspaceFolder}/debug.lisp"],
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
"console": "externalTerminal",
|
||||
"MIMode": "lldb"
|
||||
},
|
||||
{
|
||||
"name": "ml -f debug.lsp",
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/build/ml",
|
||||
"args": ["-f", "${workspaceFolder}/debug.lsp"],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue