Skip to content

Commit 20d89ca

Browse files
authored
Update launch.md
1 parent fbaca72 commit 20d89ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can change the behavior of GDB or LLDB by setting the following options.
8282

8383
**MIMode**: Indicates the debugger that VS Code will connect to. Must be set to `gdb` or `lldb`. This is pre-configured on a per-operating system basis and can be changed as needed.
8484

85-
**miDebuggerPath**: The path to the debugger (such as gdb). When unspecified, it will search the operating system's PATH variable for a debugger (GDB on Linux and Windows, LLDB on OS X).
85+
**miDebuggerPath**: The path to the debugger (such as gdb). When only the executable is specified, it will search the operating system's PATH variable for a debugger (GDB on Linux and Windows, LLDB on OS X).
8686

8787
**stopAtEntry**: If set to true, the debugger should stop at the entrypoint of the target (ignored on attach). Default value is `false`.
8888

0 commit comments

Comments
 (0)