Lines Matching defs:Code
25 binary, install the VS Code extension and point it to lldb-dap by setting the
28 ## Responsibilities of LLDB, lldb-dap and the Visual Studio Code Extension
39 i.e. a protocol through which various IDEs (VS Code, Emacs, vim, neovim, ...)
41 * The VS Code extension exposes the lldb-dap binary within VS Code. It acts
42 as a thin wrapper around the lldb-dap binary, and adds VS-Code-specific UI
54 to LLDB's core in order to improve your debugging experience in VS Code.
66 inside the VS Code extension. When adding a new extension, please first look
80 from / sent to the IDE to the provided path. In the VS Code extension, you
81 can also set the log path through the `lldb-dap.log-path` VS Code setting.
83 ## Building the VS Code extension from source
87 In most cases, installing the VS Code extension from the [VS Code
90 the VS Code extension from source is only necessary if the TypeScript code is
96 - On VS Code, execute the command `Install 'code' command in PATH`. You need to
108 On VS Code, set the setting `lldb-dap.executable-path` to the path of your local
116 scratch. However, VS Code expects the version number of the upgraded extension
129 the extension, then reload VS Code, and then install it again. This is
135 # Then reload VS Code: reopen the IDE or execute the `Developer: Reload Window`
141 ### Deploying for Visual Studio Code