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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The Visual Studio Debug Extension for GDB contributes two debugger types:
20
20
21
21
Both come as `launch` and `attach` request types, each with a sophisticated set of configuration settings.
22
22
23
-
### `gdb` Type
23
+
### `gdb`Debugger Type
24
24
25
25
Launch and attach configuration settings that can be used with the `gdb` debugger type for local GDB debug.
26
26
@@ -40,7 +40,7 @@ Launch and attach configuration settings that can be used with the `gdb` debugge
40
40
|`initCommands`| x | x |`string[]`| List of GDB commands sent before attaching to inferior. |
41
41
42
42
43
-
### `gdbtarget` Type
43
+
### `gdbtarget`Debugger Type
44
44
45
45
Launch and attach configuration settings that can be used with the `gdbtarget` debugger type for remote GDB debug connections.
46
46
@@ -60,7 +60,7 @@ Launch and attach configuration settings that can be used with the `gdbtarget` d
60
60
| `imageAndSymbols` | x | x | `object` | Additional settings for loading images to the target and symbols into the debugger. See section "`imageAndSymbols` object" for details.
61
61
|`target`| x | x |`object`| Additional settings to configure the remote GDB target. See section "`target` object" for details. |
62
62
63
-
#### `imageAndSymbols`object
63
+
#### `imageAndSymbols`Object
64
64
65
65
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.
66
66
@@ -71,9 +71,9 @@ Additional settings for loading images to the target and symbols into the debugg
71
71
|`imageFileName`| x | x |`string`| If specified, an image file to load at the given (optional) offset. Also see `imageOffset`. |
72
72
|`imageOffset`| x | x |`string`| If `imageFileName` is specified, the offset used to load the image. |
73
73
74
-
#### `target`object
74
+
#### `target`Object
75
75
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.
77
77
78
78
| Setting |`launch`|`attach`| Type | Description |
0 commit comments