mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-25 15:41:27 +00:00
add debugging
This commit is contained in:
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@@ -3,15 +3,15 @@
|
||||
"tasks": [
|
||||
{
|
||||
"type": "cppbuild",
|
||||
"label": "Debug",
|
||||
"label": "Build simulation",
|
||||
"command": "g++",
|
||||
"args": [
|
||||
"-g",
|
||||
"${workspaceFolder}\\src\\main.cpp",
|
||||
"${workspaceFolder}/src/main.cpp",
|
||||
"-o",
|
||||
"${workspaceFolder}\\main.exe",
|
||||
"${workspaceFolder}/main.exe",
|
||||
"-I",
|
||||
"${workspaceFolder}\\include"
|
||||
"${workspaceFolder}/include"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
|
Reference in New Issue
Block a user