mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Update debugging.md
This commit is contained in:
parent
31db677a94
commit
5f5b1ffdd1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ To apply changes to an already running debug process, press <kbd>Ctrl+Shift+P</k
|
||||||
|
|
||||||
- A list of running processes should appear. Select the `rust-analyzer` from this repo.
|
- A list of running processes should appear. Select the `rust-analyzer` from this repo.
|
||||||
|
|
||||||
- Navigate to `crates/rust-analyzer/src/main_loop.rs` and add a breakpoint to the `on_task` function.
|
- Navigate to `crates/rust-analyzer/src/main_loop.rs` and add a breakpoint to the `on_request` 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue