Skip to content

Commit 852f71a

Browse files
authored
docs fixes (#135)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 7a1414e commit 852f71a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Visual Studio Debug Extension for GDB contributes two debugger types:
2020

2121
Both come as `launch` and `attach` request types, each with a sophisticated set of configuration settings.
2222

23-
### `gdb` Type
23+
### `gdb` Debugger Type
2424

2525
Launch and attach configuration settings that can be used with the `gdb` debugger type for local GDB debug.
2626

@@ -40,7 +40,7 @@ Launch and attach configuration settings that can be used with the `gdb` debugge
4040
| `initCommands` | x | x | `string[]` | List of GDB commands sent before attaching to inferior. |
4141

4242

43-
### `gdbtarget` Type
43+
### `gdbtarget` Debugger Type
4444

4545
Launch and attach configuration settings that can be used with the `gdbtarget` debugger type for remote GDB debug connections.
4646

@@ -60,7 +60,7 @@ Launch and attach configuration settings that can be used with the `gdbtarget` d
6060
| `imageAndSymbols` | x | x | `object` | Additional settings for loading images to the target and symbols into the debugger. See section "`imageAndSymbols` object" for details.
6161
| `target` | x | x | `object` | Additional settings to configure the remote GDB target. See section "`target` object" for details. |
6262

63-
#### `imageAndSymbols` object
63+
#### `imageAndSymbols` Object
6464

6565
Additional settings for loading images to the target and symbols into the debugger. This object can be used in `launch` and `attach` configurations for the `gdbtarget` debugger type for remote GDB connections.
6666

@@ -71,9 +71,9 @@ Additional settings for loading images to the target and symbols into the debugg
7171
| `imageFileName` | x | x | `string` | If specified, an image file to load at the given (optional) offset. Also see `imageOffset`. |
7272
| `imageOffset` | x | x | `string` | If `imageFileName` is specified, the offset used to load the image. |
7373

74-
#### `target` object
74+
#### `target` Object
7575

76-
Additional settings for loading images to the target and symbols into the debugger. This object can be used in `launch` and `attach` configurations for the `gdbtarget` debugger type for remote GDB connections.
76+
Additional settings to configure the remote GDB target. This object can be used in `launch` and `attach` configurations for the `gdbtarget` debugger type for remote GDB connections.
7777

7878
| Setting | `launch` | `attach` | Type | Description |
7979
|:---|:---:|:---:|:---:|:---|

0 commit comments

Comments
 (0)