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 056e798f authored by g4m4's avatar g4m4
Browse files

[VCODE] Add debug options for Python script

parent f5c761a6
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,16 @@
// LSAN not supported with debugger
"ASAN_OPTIONS" : "detect_leaks=0"
}
},
{
"type": "python",
"request": "launch",
"name": "creation_script",
"program": "${workspaceFolder}/scripts/create_project.py",
"args": ["../", "../../", "HeapTracker"],
"cwd": "${workspaceFolder}/scripts",
"env": {
}
}
]
}
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