Skip to content

Conan test#1

Open
vdshepilov wants to merge 29 commits intomasterfrom
conan-test
Open

Conan test#1
vdshepilov wants to merge 29 commits intomasterfrom
conan-test

Conversation

@vdshepilov
Copy link

@vdshepilov vdshepilov commented Jun 10, 2021

add launch.json in folder .vscode to specify independent file paths

"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Запустить",
"type": "cppdbg",
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"setupCommands": [
{
"description": "Включить автоматическое форматирование для gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}

]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants