Lines Matching full:when

68 This is handy if you want to debug and develope the `lldb-vscode` executable when adding features o…
80 When you launch a program with Visual Studio Code you will need to create a [launch.json](https://c…
91 |**env** |dictionary| | Environment variables to set when launching the program. The for…
93 …DB target. Commands and command output will be sent to the debugger console when they are executed.
94 …n created. Commands and command output will be sent to the debugger console when they are executed.
95 …each stop. Commands and command output will be sent to the debugger console when they are executed.
96 …ng]| | LLDB commands executed when the program exits. Commands and command output will be sent to …
97 …| LLDB commands executed when the debugging session ends. Commands and command output will be sent…
99 |**debuggerRoot** | string| |Specify a working directory to use when launching lldb-vscode. If th…
103 When attaching to a process using LLDB you can attach in a few ways
120 …DB target. Commands and command output will be sent to the debugger console when they are executed.
121 …n created. Commands and command output will be sent to the debugger console when they are executed.
122 …each stop. Commands and command output will be sent to the debugger console when they are executed.
123 …ng]| | LLDB commands executed when the program exits. Commands and command output will be sent to …
124 …| LLDB commands executed when the debugging session ends. Commands and command output will be sent…