Fixes the debugging of safety after scons removal (#37769)

Fixes the debugging after scons removal
This commit is contained in:
DevTekVE
2026-04-06 18:46:14 +02:00
committed by GitHub
parent dc4dae6794
commit f37fd3ea34

3
.vscode/launch.json vendored
View File

@@ -52,6 +52,9 @@
"type": "lldb", "type": "lldb",
"request": "attach", "request": "attach",
"pid": "${command:pickMyProcess}", "pid": "${command:pickMyProcess}",
"sourceMap": {
".": "${workspaceFolder}/opendbc/safety"
},
"initCommands": [ "initCommands": [
"script import time; time.sleep(3)" "script import time; time.sleep(3)"
] ]