mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 19:18:01 +07:00
15 lines
364 B
JSON
15 lines
364 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [{
|
|
"name": "LLDB Debug",
|
|
"type": "lldb",
|
|
"request": "launch",
|
|
"program": "${command:cmake.launchTargetPath}",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"initCommands": [
|
|
"settings set target.process.thread.step-avoid-regexp \"\""
|
|
]
|
|
}]
|
|
}
|