Update launch.md with miDebuggerArgs (#2270)

This commit is contained in:
Pierson Lee
2018-07-13 15:56:49 -07:00
committed by GitHub
parent a178faab9b
commit 95d4724dc8
+3
View File
@@ -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`.