Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/
This project attempts to match Visual Studio Code's Debugger fairly closely so their documentation can be pretty helpful. See [https://code.visualstudio.com/docs/editor/debugging](https://code.visualstudio.com/docs/editor/debugging)

## Debuggers
This project comes with some pre-configured debuggers (They can be installed using ```Debugger: Install adapters```)
This project comes with some pre-configured debuggers (They can be installed using ```Debugger: Install Adapters```)

##### LLDB
- See https://github.com/vadimcn/vscode-lldb
Expand Down Expand Up @@ -52,7 +52,7 @@ This project comes with some pre-configured debuggers (They can be installed usi
- Open the debug panel
- from the command palette `Debugger: Open`

- Install a debug adapter by running: ```Debugger: Install adapter``` from the command palette.
- Install a debug adapter by running: ```Debugger: Install Adapters``` from the command palette.

- Add a configuration ```Debugger: Add Configuration``` from the command palette (or add one manually, see below).
- Configurations are added to `debugger_configurations` to your sublime-project and use the same configuration format as Visual Studio Code
Expand Down