Skip to content

Commit 842a0cd

Browse files
janjongboomsg-
authored andcommitted
Point arm-none-eabi-gdb and pyocd-gdbserver to /usr/local/bin on mac
1 parent a56901f commit 842a0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/export/vscode/launch.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"osx": {
3838
"MIMode": "gdb",
39-
"MIDebuggerPath": "/Applications/yotta.app/Contents/Resources/prerequisites/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gdb",
40-
"debugServerPath": "/Library/Frameworks/Python.framework/Versions/2.7/bin/pyocd-gdbserver"
39+
"MIDebuggerPath": "/usr/local/bin/arm-none-eabi-gdb",
40+
"debugServerPath": "/usr/local/bin/pyocd-gdbserver"
4141
},
4242
"windows": {
4343
"MIMode": "gdb"

0 commit comments

Comments
 (0)