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