vscode: Add an entry to run the mdi with dock widgets example

This commit is contained in:
Sergio Martins
2022-01-29 20:15:29 +00:00
parent 721795b113
commit d0daff6771

View File

@@ -47,6 +47,17 @@
"stopAtEntry": false,
"externalConsole": false
},
{
"name": "gdb-kddockwidgets_mdi_with_docking_example",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build-dev/bin/kddockwidgets_mdi_with_docking_example",
"args": [],
"cwd": "${workspaceFolder}",
"MIMode": "gdb",
"stopAtEntry": false,
"externalConsole": false
},
{
"name": "gdb-tst_docks",
"type": "cppdbg",