From ccaa0ed1409460709cb8b49238db273ef3cee922 Mon Sep 17 00:00:00 2001 From: Yufeng Wang Date: Tue, 22 Oct 2024 16:39:55 -0700 Subject: [PATCH] Add fabric-sync ad vscode debug target (#36197) --- .vscode/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 898defc9c60fe1..fc821c76eb802c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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",