Skip to content

Commit 42e2eca

Browse files
Update debugging.md
1 parent 4f4d0fd commit 42e2eca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dev/debugging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ where **only** the `rust-analyzer` extension being debugged is enabled.
2626
- `Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/rust-analyzer`).
2727

2828
TypeScript debugging is configured to watch your source edits and recompile.
29-
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]`
29+
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]`
3030

3131
```
3232
> Developer: Reload Window
@@ -76,11 +76,11 @@ Make sure you open a rust file in the `[Extension Development Host]` and try aga
7676

7777
Make sure you have run `echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope`.
7878

79-
By default this should reset back to 1 everytime you log in.
79+
By default this should reset back to 1 every time you log in.
8080

8181
### Breakpoints are never being hit
8282

83-
Check your version of `lldb` if it's version 6 and lower use the `classic` adapter type.
83+
Check your version of `lldb`. If it's version 6 and lower, use the `classic` adapter type.
8484
It's `lldb.adapterType` in settings file.
8585

86-
If you're running `lldb` version 7 change the lldb adapter type to `bundled` or `native`.
86+
If you're running `lldb` version 7, change the lldb adapter type to `bundled` or `native`.

0 commit comments

Comments
 (0)