Commit 623e0770 authored by 刘睿博's avatar 刘睿博 🎯

init

parent 0db19a25
...@@ -8,8 +8,10 @@ ...@@ -8,8 +8,10 @@
"type": "lldb", "type": "lldb",
"request": "launch", "request": "launch",
"name": "Debug", "name": "Debug",
"program": "${workspaceFolder}/<executable file>", "program": "${workspaceFolder}/<executable file>", //TODO: Add executable file here
"args": [], "args": [
"<arguments>" // TODO: Add arguments here
],
"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