Commit 81c4e3e5 authored by 刘睿博's avatar 刘睿博 🎯

1

parent 32c9fbfa
......@@ -8,9 +8,9 @@
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/<executable file>", //TODO: Add executable file here
"program": "${workspaceFolder}/build/src/lab0_debug",
"args": [
"<arguments>" // TODO: Add arguments here
"-t",
],
"cwd": "${workspaceFolder}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment