Skip to content

Commit

Permalink
Add fabric-sync ad vscode debug target (project-chip#36197)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored Oct 22, 2024
1 parent e36bde7 commit ccaa0ed
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 @@ -419,6 +419,14 @@
"cwd": "${workspaceFolder}"
},

{
"name": "Fabric Sync (Linux)",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/out/debug/standalone/fabric-sync",
"cwd": "${workspaceFolder}"
},

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

0 comments on commit ccaa0ed

Please sign in to comment.