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 35
35
},
36
36
"linux": {
37
37
"MIMode": "gdb",
38
- "MIDebuggerPath": "/usr/bin/ arm-none-eabi-gdb",
38
+ "MIDebuggerPath": "arm-none-eabi-gdb",
39
39
"debugServerPath": "pyocd-gdbserver"
40
40
},
41
41
"osx": {
42
42
"MIMode": "gdb",
43
- "MIDebuggerPath": "/usr/local/bin/ arm-none-eabi-gdb",
43
+ "MIDebuggerPath": "arm-none-eabi-gdb",
44
44
"debugServerPath": "pyocd-gdbserver"
45
45
},
46
46
"windows": {
47
47
"preLaunchTask": "make.exe",
48
48
"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",
50
50
"debugServerPath": "pyocd-gdbserver.exe",
51
51
"setupCommands": [
52
52
{ "text": "-environment-cd ${workspaceRoot}\\BUILD" },
You can’t perform that action at this time.
0 commit comments