File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "linux": {
3737 "MIMode": "gdb",
38- "MIDebuggerPath": "/usr/bin/ arm-none-eabi-gdb",
38+ "MIDebuggerPath": "arm-none-eabi-gdb",
3939 "debugServerPath": "pyocd-gdbserver"
4040 },
4141 "osx": {
4242 "MIMode": "gdb",
43- "MIDebuggerPath": "/usr/local/bin/ arm-none-eabi-gdb",
43+ "MIDebuggerPath": "arm-none-eabi-gdb",
4444 "debugServerPath": "pyocd-gdbserver"
4545 },
4646 "windows": {
4747 "preLaunchTask": "make.exe",
4848 "MIMode": "gdb",
49- "MIDebuggerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\6 2017-q1-update\\bin\\ arm-none-eabi-gdb.exe",
49+ "MIDebuggerPath": "arm-none-eabi-gdb.exe",
5050 "debugServerPath": "pyocd-gdbserver.exe",
5151 "setupCommands": [
5252 { "text": "-environment-cd ${workspaceRoot}\\BUILD" },
You can’t perform that action at this time.
0 commit comments