From f37fd3ea34301bfb3fb08db305c5e182e7c23f0d Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Mon, 6 Apr 2026 18:46:14 +0200 Subject: [PATCH] Fixes the debugging of safety after scons removal (#37769) Fixes the debugging after scons removal --- .vscode/launch.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index f090061c4..151b757da 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -52,6 +52,9 @@ "type": "lldb", "request": "attach", "pid": "${command:pickMyProcess}", + "sourceMap": { + ".": "${workspaceFolder}/opendbc/safety" + }, "initCommands": [ "script import time; time.sleep(3)" ]