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.
2 parents d048d74 + 1fc1921 commit f1848e3Copy full SHA for f1848e3
package.json
@@ -59,7 +59,7 @@
59
"gdb": "arm-none-eabi-gdb",
60
"initCommands": [
61
"load",
62
- "break main"
+ "tbreak main"
63
],
64
"target": {
65
"server": "pyocd",
@@ -83,7 +83,7 @@
83
84
85
86
87
88
89
@@ -109,7 +109,7 @@
109
110
111
112
113
114
115
"server": "JLinkGDBServer",
@@ -144,7 +144,7 @@
144
145
146
147
148
149
150
0 commit comments