python try
This commit is contained in:
Vendored
+15
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user