You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,14 @@
273
273
"minimum": -1,
274
274
"maximum": 32,
275
275
"description": "If the gap between registers is less than this threshold (multiple of 8), combine into a single read from device. -1 means never combine registers and is very slow"
276
+
},
277
+
"mcu-debug.peripheral-viewer.debugLevel": {
278
+
"type": "number",
279
+
"default": 0,
280
+
"minimum": 0,
281
+
"maximum": 2,
282
+
"multipleOf": 1,
283
+
"description": "Enable debug output in the OUTPUT Tab (Peripheral Viewer section). Some debug output may also be found in the `Mcu-debug Tracker` section which is controlled separately. Changing this value requires a Reload of the window"
0 commit comments