python try

This commit is contained in:
2026-07-26 17:53:46 +00:00
parent e742f41ccb
commit b2dab0ee65
13 changed files with 202 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Wokwi GDB",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/src/simulation/ESP32_GENERIC_S3-20260406-v1.28.0.bin",
"cwd": "${workspaceFolder}",
"MIMode": "gdb",
"miDebuggerPath": "/usr/bin/lldb",
"miDebuggerServerAddress": "localhost:1234"
}
]
}