Skip to content

Commit 5f5b1ff

Browse files
Update debugging.md
1 parent 31db677 commit 5f5b1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To apply changes to an already running debug process, press <kbd>Ctrl+Shift+P</k
5353

5454
- A list of running processes should appear. Select the `rust-analyzer` from this repo.
5555

56-
- Navigate to `crates/rust-analyzer/src/main_loop.rs` and add a breakpoint to the `on_task` function.
56+
- Navigate to `crates/rust-analyzer/src/main_loop.rs` and add a breakpoint to the `on_request` function.
5757

5858
- Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit.
5959

0 commit comments

Comments
 (0)