{"configurations": [ { "name": "OpenOCD & gdb", "type": "cppdbg", "request": "launch", "program": "${workspaceRoot}/build/Src/Aurora", "args": [], "stopAtEntry": false, "cwd": "${workspaceRoot}", "environment": [], "externalConsole": false, "logging": { "engineLogging":false, "moduleLoad": true, "exceptions": true }, "preLaunchTask": null, "osx": { "MIMode": "gdb", "miDebuggerPath":"/opt/local/arm-toolchain/bin/arm-none-eabi-gdb", "setupCommands": [ {"text":"-target-select remote localhost:3333"}, {"text":"-interpreter-exec console \"monitor reset halt\""}, {"text":"-interpreter-exec console \"monitor continue\""} ], "launchCompleteCommand": "exec-continue", "logging": {"engineLogging":true} } } ] }