Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 24c66554 authored by gama's avatar gama
Browse files

[VSCODE] Add debug configuration

parent ca860209
No related branches found
No related tags found
No related merge requests found
Pipeline #61853 failed
{
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"request": "launch",
......@@ -25,6 +26,18 @@
"ASAN_OPTIONS" : "detect_leaks=0"
}
},
{
"type": "lldb",
"request": "launch",
"name": "ui",
"program": "${workspaceFolder}/out/build/local/ui/sandbox_ui",
"args": [],
"cwd": "${workspaceFolder}",
"env": {
// LSAN not supported with debugger
"ASAN_OPTIONS" : "detect_leaks=0"
}
},
{
"type": "python",
"request": "launch",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment