We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56901f commit 842a0cdCopy full SHA for 842a0cd
tools/export/vscode/launch.tmpl
@@ -36,8 +36,8 @@
36
},
37
"osx": {
38
"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"
+ "MIDebuggerPath": "/usr/local/bin/arm-none-eabi-gdb",
+ "debugServerPath": "/usr/local/bin/pyocd-gdbserver"
41
42
"windows": {
43
"MIMode": "gdb"
0 commit comments