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

1

parent 32c9fbfa
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
"type": "lldb", "type": "lldb",
"request": "launch", "request": "launch",
"name": "Debug", "name": "Debug",
"program": "${workspaceFolder}/<executable file>", //TODO: Add executable file here "program": "${workspaceFolder}/build/src/lab0_debug",
"args": [ "args": [
"<arguments>" // TODO: Add arguments here "-t",
], ],
"cwd": "${workspaceFolder}" "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