File tree 3 files changed +18
-24
lines changed
3 files changed +18
-24
lines changed Original file line number Diff line number Diff line change 31
31
" esbenp.prettier-vscode" ,
32
32
" foxundermoon.shell-format" ,
33
33
" github.vscode-pull-request-github" ,
34
- " knisterpeter.vscode-github" ,
35
34
" maelvalais.autoconf" ,
36
35
" marus25.cortex-debug" ,
37
36
" ms-azuretools.vscode-docker" ,
38
37
" msedge-dev.gnls" ,
39
- " npclaudiu.vscode-gn" ,
40
38
" redhat.vscode-yaml" ,
39
+ " vadimcn.vscode-lldb" ,
41
40
" xaver.clang-format" ,
42
41
" yuichinukiyama.vscode-preview-server" ,
43
42
" yzhang.markdown-all-in-one"
Original file line number Diff line number Diff line change 12
12
" esbenp.prettier-vscode" ,
13
13
" foxundermoon.shell-format" ,
14
14
" github.vscode-pull-request-github" ,
15
- " knisterpeter.vscode-github" ,
16
15
" maelvalais.autoconf" ,
17
16
" marus25.cortex-debug" ,
18
17
" ms-azuretools.vscode-docker" ,
19
18
" msedge-dev.gnls" ,
20
- " npclaudiu.vscode-gn" ,
21
19
" redhat.vscode-yaml" ,
20
+ " vadimcn.vscode-lldb" ,
22
21
" xaver.clang-format" ,
23
22
" yuichinukiyama.vscode-preview-server" ,
24
23
" yzhang.markdown-all-in-one"
Original file line number Diff line number Diff line change 10
10
"request" : " attach" ,
11
11
"pid" : " ${command:pickProcess}"
12
12
},
13
+ {
14
+ "name" : " Run application (Linux x64)" ,
15
+ "type" : " lldb" ,
16
+ "request" : " launch" ,
17
+ "program" : " ${input:outAppLinux}" ,
18
+ "args" : [],
19
+ "cwd" : " ${workspaceFolder}"
20
+ },
13
21
{
14
22
"name" : " QRCode Tests" ,
15
23
"type" : " cppdbg" ,
70
78
}
71
79
]
72
80
},
73
- {
74
- "name" : " LightingApp (Linux)" ,
75
- "type" : " cppdbg" ,
76
- "request" : " launch" ,
77
- "program" : " ${workspaceFolder}/out/lighting-app/chip-lighting-app" ,
78
- "args" : [],
79
- "stopAtEntry" : false ,
80
- "cwd" : " ${workspaceFolder}" ,
81
- "environment" : [],
82
- "externalConsole" : false ,
83
- "MIMode" : " gdb" ,
84
- "preLaunchTask" : " Build Lighting App (Linux)" ,
85
- "setupCommands" : [
86
- {
87
- "description" : " Enable pretty-printing for gdb" ,
88
- "text" : " -enable-pretty-printing" ,
89
- "ignoreFailures" : true
90
- }
91
- ]
92
- },
93
81
{
94
82
"name" : " LightingApp (Tizen) [remote]" ,
95
83
"type" : " cppdbg" ,
423
411
}
424
412
],
425
413
"inputs" : [
414
+ {
415
+ "type" : " command" ,
416
+ "id" : " outAppLinux" ,
417
+ "command" : " shellCommand.execute" ,
418
+ "args" : {
419
+ "command" : " find ${workspaceFolder}/out/linux-x64-* -maxdepth 2 -executable -name 'chip-*'"
420
+ }
421
+ },
426
422
{
427
423
"type" : " pickString" ,
428
424
"id" : " mbedDebugProfile" ,
You can’t perform that action at this time.
0 commit comments