Update debugging.md

This commit is contained in:
KENTARO OKUDA 2020-05-03 15:14:56 -04:00
parent 4f4d0fd9ac
commit 42e2eca921

View file

@ -26,7 +26,7 @@ where **only** the `rust-analyzer` extension being debugged is enabled.
- `Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/rust-analyzer`). - `Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/rust-analyzer`).
TypeScript debugging is configured to watch your source edits and recompile. TypeScript debugging is configured to watch your source edits and recompile.
To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]` To apply changes to an already running debug process, press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]`
``` ```
> Developer: Reload Window > Developer: Reload Window
@ -80,7 +80,7 @@ By default this should reset back to 1 everytime you log in.
### Breakpoints are never being hit ### Breakpoints are never being hit
Check your version of `lldb` if it's version 6 and lower use the `classic` adapter type. Check your version of `lldb`. If it's version 6 and lower, use the `classic` adapter type.
It's `lldb.adapterType` in settings file. It's `lldb.adapterType` in settings file.
If you're running `lldb` version 7 change the lldb adapter type to `bundled` or `native`. If you're running `lldb` version 7, change the lldb adapter type to `bundled` or `native`.