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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Launch and attach configuration settings that can be used with the `gdb` debugge
35
35
|`verbose`| x | x |`boolean`| Produce verbose log output. |
36
36
|`logFile`| x | x |`string`| Absolute path to the file to log interaction with GDB.|
37
37
|`openGdbConsole`| x | x |`boolean`|*(UNIX-only)* Open a GDB console in your IDE while debugging. |
38
+
|`preConnectCommands`| x | x |`string[]`| List of GDB commands sent before attaching to inferior. |
38
39
|`initCommands`| x | x |`string[]`| List of GDB commands sent after attaching to inferior before running/continuing. |
39
40
40
41
@@ -54,6 +55,7 @@ Launch and attach configuration settings that can be used with the `gdbtarget` d
54
55
|`verbose`| x | x |`boolean`| Produce verbose log output. |
55
56
|`logFile`| x | x |`string`| Absolute path to the file to log interaction with GDB.|
56
57
|`openGdbConsole`| x | x |`boolean`|*(UNIX-only)* Open a GDB console in your IDE while debugging. |
58
+
|`preConnectCommands`| x | x |`string[]`| List of GDB commands sent to initialize GDB before attaching to target. |
57
59
|`initCommands`| x | x |`string[]`| List of GDB commands sent to initialize debug target after attaching to it but before loading image and symbols. |
58
60
|`preRunCommands`| x | x |`string[]`| List of GDB commands sent after loading image on target before resuming target. |
59
61
| `imageAndSymbols` | x | x | `object` | Additional settings for loading images to the target and symbols into the debugger. See section "`imageAndSymbols` object" for details.
0 commit comments