diff --git a/README.md b/README.md index c816b5d..a9c2df6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Launch and attach configuration settings that can be used with the `gdbtarget` d | `verbose` | x | x | `boolean` | Produce verbose log output. | | `logFile` | x | x | `string` | Absolute path to the file to log interaction with GDB.| | `openGdbConsole` | x | x | `boolean` | *(UNIX-only)* Open a GDB console in your IDE while debugging. | -| `initCommands` | x | x | `string[]` | List of GDB commands sent before attaching to inferior. | +| `initCommands` | x | x | `string[]` | List of GDB commands sent to initialize debug target after attaching to it but before loading image and symbols. | | `preRunCommands` | x | x | `string[]` | List of GDB commands sent after loading image on target before resuming target. | | `imageAndSymbols` | x | x | `object` | Additional settings for loading images to the target and symbols into the debugger. See section "`imageAndSymbols` object" for details. | `target` | x | x | `object` | Additional settings to configure the remote GDB target. See section "`target` object" for details. |