Update debugging.md

This commit is contained in:
Adrian Stanciu 2020-10-22 21:04:09 +03:00 committed by GitHub
parent 31db677a94
commit 5f5b1ffdd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
- 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.