We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31db677 commit 5f5b1ffCopy full SHA for 5f5b1ff
docs/dev/debugging.md
@@ -53,7 +53,7 @@ To apply changes to an already running debug process, press <kbd>Ctrl+Shift+P</k
53
54
- A list of running processes should appear. Select the `rust-analyzer` from this repo.
55
56
-- 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.
57
58
- Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit.
59
0 commit comments