launch config update

This commit is contained in:
2021-10-11 17:25:03 +02:00
parent 91f1a8b6c7
commit adca8a452b
2 changed files with 5 additions and 67 deletions

4
.vscode/launch.json vendored
View File

@@ -17,11 +17,11 @@
"MIMode": "lldb"
},
{
"name": "ml -f debug.lsp",
"name": "ml -d -f debug.lsp",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/ml",
"args": ["-f", "${workspaceFolder}/debug.lsp"],
"args": ["-d", "-f", "${workspaceFolder}/debug.lsp"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],