mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-19 04:22:08 +00:00
31 lines
988 B
JSON
31 lines
988 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "(Windows) Launch",
|
|
"type": "cppvsdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/_bld/debug/capture_exception_result_async_test",
|
|
"args": [],
|
|
"cwd": "${fileDirname}",
|
|
"stopAtEntry": false,
|
|
"externalConsole": false
|
|
},
|
|
|
|
{
|
|
"name": "(lldb) Launch",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/_bld/debug/capture_exception_result_async_test",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}",
|
|
"stopAtEntry": false,
|
|
"externalConsole": false,
|
|
"MIMode": "lldb"
|
|
}
|
|
]
|
|
}
|