|
64 | 64 | "version": "0.2.0", |
65 | 65 | "configurations": [ |
66 | 66 | { |
67 | | - "name": "Current Target (LLDB)", |
68 | | - "type": "lldb", |
| 67 | + "name": "Current Target (kdap)", |
| 68 | + "type": "kdap", |
69 | 69 | "request": "launch", |
70 | 70 | "program": "${command:cmake.launchTargetPath}", |
71 | | - "args": [ |
72 | | - "tst_affinityWithPersistentCentralGroup" |
73 | | - ], |
| 71 | + "args": [], |
74 | 72 | "cwd": "${command:cmake.buildDirectory}", |
75 | 73 | "env": {} |
76 | 74 | }, |
77 | 75 | { |
78 | | - "name": "Current Target (GDB)", |
79 | | - "type": "cppdbg", |
| 76 | + "name": "Current Target (LLDB)", |
| 77 | + "type": "lldb", |
80 | 78 | "request": "launch", |
81 | 79 | "program": "${command:cmake.launchTargetPath}", |
82 | | - "args": [ |
83 | | - "tst_affinityWithPersistentCentralGroup" |
84 | | - ], |
| 80 | + "args": [], |
85 | 81 | "cwd": "${command:cmake.buildDirectory}", |
86 | | - "MIMode": "gdb", |
87 | | - "setupCommands": [ |
88 | | - { |
89 | | - "description": "Enable pretty-printing for gdb", |
90 | | - "text": "-enable-pretty-printing", |
91 | | - "ignoreFailures": true |
92 | | - } |
93 | | - ] |
| 82 | + "env": {} |
94 | 83 | }, |
95 | 84 | { |
96 | 85 | "name": "Example via Wayland", |
|
121 | 110 | "C:/Users/qt/work/install": "${QTDIR}/../Src", |
122 | 111 | "C:/Users/qt/work/qt": "${QTDIR}/../Src" |
123 | 112 | } |
124 | | - }, |
125 | | - { |
126 | | - "name": "Current Target (GDB Linux)", |
127 | | - "type": "cppdbg", |
128 | | - "request": "launch", |
129 | | - "program": "${command:cmake.launchTargetPath}", |
130 | | - "args": [], |
131 | | - "stopAtEntry": false, |
132 | | - "cwd": "${command:cmake.buildDirectory}", |
133 | | - "environment": [], |
134 | | - "externalConsole": false, |
135 | | - "MIMode": "gdb", |
136 | | - "setupCommands": [ |
137 | | - { |
138 | | - "description": "Enable pretty-printing for gdb", |
139 | | - "text": "-enable-pretty-printing", |
140 | | - "ignoreFailures": true |
141 | | - } |
142 | | - ] |
143 | 113 | } |
144 | 114 | ] |
145 | 115 | }, |
|
0 commit comments