|
1 |
| -{ |
2 |
| - // Use IntelliSense to learn about possible attributes. |
3 |
| - // Hover to view descriptions of existing attributes. |
4 |
| - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
5 |
| - "version": "0.2.0", |
6 |
| - "configurations": [ |
7 |
| - { |
8 |
| - "type": "lldb", |
9 |
| - "request": "launch", |
10 |
| - "name": "Debug config", |
11 |
| - "program": "${workspaceFolder}/config/target/debug/config", |
12 |
| - "args": [ |
13 |
| - "list", |
14 |
| - "r*" |
15 |
| - ], |
16 |
| - "cwd": "${workspaceFolder}" |
17 |
| - }, |
18 |
| - { |
19 |
| - "name": "(macOS) Attach", |
20 |
| - "type": "lldb", |
21 |
| - "request": "attach", |
22 |
| - "pid": "${command:pickMyProcess}", |
23 |
| - }, |
24 |
| - { |
25 |
| - "name": "(Windows) Attach", |
26 |
| - "type": "cppvsdbg", |
27 |
| - "request": "attach", |
28 |
| - "processId": "${command:pickProcess}", |
29 |
| - }, |
30 |
| - { |
31 |
| - "name": "Debug sshdconfig", |
32 |
| - "type": "cppvsdbg", |
33 |
| - "request": "launch", |
34 |
| - "program": "${workspaceFolder}/sshdconfig/target/debug/sshdconfig.exe", |
35 |
| - "args": ["get"], |
36 |
| - "cwd": "${workspaceFolder}" |
37 |
| - } |
38 |
| - ] |
39 |
| -} |
| 1 | +// { |
| 2 | +// // Use IntelliSense to learn about possible attributes. |
| 3 | +// // Hover to view descriptions of existing attributes. |
| 4 | +// // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
| 5 | +// "version": "0.2.0", |
| 6 | +// "configurations": [ |
| 7 | +// { |
| 8 | +// "type": "lldb", |
| 9 | +// "request": "launch", |
| 10 | +// "name": "Debug config", |
| 11 | +// "program": "${workspaceFolder}/config/target/debug/config", |
| 12 | +// "args": [ |
| 13 | +// "list", |
| 14 | +// "r*" |
| 15 | +// ], |
| 16 | +// "cwd": "${workspaceFolder}" |
| 17 | +// }, |
| 18 | +// { |
| 19 | +// "name": "(macOS) Attach", |
| 20 | +// "type": "lldb", |
| 21 | +// "request": "attach", |
| 22 | +// "pid": "${command:pickMyProcess}", |
| 23 | +// }, |
| 24 | +// { |
| 25 | +// "name": "(Windows) Attach", |
| 26 | +// "type": "cppvsdbg", |
| 27 | +// "request": "attach", |
| 28 | +// "processId": "${command:pickProcess}", |
| 29 | +// }, |
| 30 | +// { |
| 31 | +// "name": "Debug sshdconfig", |
| 32 | +// "type": "cppvsdbg", |
| 33 | +// "request": "launch", |
| 34 | +// "program": "${workspaceFolder}/sshdconfig/target/debug/sshdconfig.exe", |
| 35 | +// "args": ["get"], |
| 36 | +// "cwd": "${workspaceFolder}" |
| 37 | +// } |
| 38 | +// ] |
| 39 | +// } |
0 commit comments