diff options
author | Adrian Stanciu <[email protected]> | 2020-10-22 19:04:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-22 19:04:09 +0100 |
commit | 5f5b1ffdd16a6501865ca0c8c7c83b9e9777984d (patch) | |
tree | 731300a8211aa4c38f535264455acff1ec6e7efb | |
parent | 31db677a948cfad7c0651fb3cd45a2cf577bb95f (diff) |
Update debugging.md
-rw-r--r-- | docs/dev/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 59a83f7d7..8c48fd5a1 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md | |||
@@ -53,7 +53,7 @@ To apply changes to an already running debug process, press <kbd>Ctrl+Shift+P</k | |||
53 | 53 | ||
54 | - A list of running processes should appear. Select the `rust-analyzer` from this repo. | 54 | - A list of running processes should appear. Select the `rust-analyzer` from this repo. |
55 | 55 | ||
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. |
57 | 57 | ||
58 | - Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit. | 58 | - Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit. |
59 | 59 | ||