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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"version": "1.13.0-pre6",
2
+
"version": "1.13.0-pre7",
3
3
"preview": false,
4
4
"activationEvents": [
5
5
"onDebugResolve:cortex-debug",
@@ -628,6 +628,12 @@
628
628
"deprecated": true,
629
629
"description": "Deprecated: Restart is now handled by VSCode and it is pretty much the same as Start"
630
630
},
631
+
"overridePreEndSessionCommands": {
632
+
"default": [],
633
+
"type": "array",
634
+
"items": "string",
635
+
"description": "Override the commands that are normally executed at the start of ending a debug session (e.g. when stopping debugging)."
636
+
},
631
637
"overrideGDBServerStartedRegex": {
632
638
"description": "You can supply a regular expression (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) in the configuration property to override the output from the GDB Server that is looked for to determine if the GDB Server has started. Under most circumstances this will not be necessary - but could be needed as a result of a change in the output of a GDB Server making it incompatible with cortex-debug. This property has no effect for bmp or external GDB Server types.",
633
639
"type": "string",
@@ -1761,6 +1767,12 @@
1761
1767
"items": "string",
1762
1768
"description": "Additional GDB Commands to be executed at the end of the reset sequence"
1763
1769
},
1770
+
"overridePreEndSessionCommands": {
1771
+
"default": [],
1772
+
"type": "array",
1773
+
"items": "string",
1774
+
"description": "Override the commands that are normally executed at the start of ending a debug session (e.g. when stopping debugging)."
1775
+
},
1764
1776
"overrideGDBServerStartedRegex": {
1765
1777
"description": "You can supply a regular expression (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) in the configuration property to override the output from the GDB Server that is looked for to determine if the GDB Server has started. Under most circumstances this will not be necessary - but could be needed as a result of a change in the output of a GDB Server making it incompatible with cortex-debug. This property has no effect for bmp or external GDB Server types.",
0 commit comments