mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
Make Rust Great Again
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
79625e2dc2
commit
1a96d4c15c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd>
|
|||
|
||||
- Navigate to `crates/ra_lsp_server/src/main_loop.rs` and add a breakpoint to the `on_task` function.
|
||||
|
||||
- Go back to the `[Extension Development Host]` instance and hover over a rust variable and your breakpoint should hit.
|
||||
- Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit.
|
||||
|
||||
## Demo
|
||||
|
||||
|
|
Loading…
Reference in a new issue