Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ You can change the behavior of GDB or LLDB by setting the following options.

* #### `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).

* #### `miDebuggerArgs`
Additional arguments to pass to the debugger (such as gdb).

* #### `stopAtEntry`
If set to true, the debugger should stop at the entry-point of the target (ignored on attach). Default value is `false`.
Expand Down