You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4286: Make incremental sync opt-in r=matklad a=lnicola
@matklad do you want to merge this? I'd make it opt-out, but it's fine to test it more.
4287: Update debugging.md r=matklad a=lonesometraveler
Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Co-authored-by: KENTARO OKUDA <lonesometraveler@mac.com>
Copy file name to clipboardExpand all lines: docs/dev/debugging.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ where **only** the `rust-analyzer` extension being debugged is enabled.
26
26
-`Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/rust-analyzer`).
27
27
28
28
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]`
30
30
31
31
```
32
32
> Developer: Reload Window
@@ -76,11 +76,11 @@ Make sure you open a rust file in the `[Extension Development Host]` and try aga
76
76
77
77
Make sure you have run `echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope`.
78
78
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.
80
80
81
81
### Breakpoints are never being hit
82
82
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.
84
84
It's `lldb.adapterType` in settings file.
85
85
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