Skip to content

Commit f65ee67

Browse files
authored
clarify initCommands for gdbtarget (#178)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 6204080 commit f65ee67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Launch and attach configuration settings that can be used with the `gdbtarget` d
5353
| `verbose` | x | x | `boolean` | Produce verbose log output. |
5454
| `logFile` | x | x | `string` | Absolute path to the file to log interaction with GDB.|
5555
| `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. |
5757
| `preRunCommands` | x | x | `string[]` | List of GDB commands sent after loading image on target before resuming target. |
5858
| `imageAndSymbols` | x | x | `object` | Additional settings for loading images to the target and symbols into the debugger. See section "`imageAndSymbols` object" for details.
5959
| `target` | x | x | `object` | Additional settings to configure the remote GDB target. See section "`target` object" for details. |

0 commit comments

Comments
 (0)