Skip to content

Commit

Permalink
[vscode] Add debug configuration for all-clusters-app (#23347)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Oct 2, 2023
1 parent 37cfa76 commit a9766bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,14 @@
"showDevDebugOutput": false // When set to true, displays output of GDB.
},

{
"name": "CHIP All Clusters App (Linux)",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/out/debug/standalone/chip-all-clusters-app",
"cwd": "${workspaceFolder}"
},

{
"name": "OTA Requestor App (Linux)",
"type": "lldb",
Expand Down

0 comments on commit a9766bc

Please sign in to comment.