diff options
Diffstat (limited to 'docs/dev/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 9346aab53..2078ac219 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md | |||
@@ -56,7 +56,7 @@ To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd> | |||
56 | 56 | ||
57 | - Navigate to `crates/ra_lsp_server/src/main_loop.rs` and add a breakpoint to the `on_task` function. | 57 | - Navigate to `crates/ra_lsp_server/src/main_loop.rs` and add a breakpoint to the `on_task` function. |
58 | 58 | ||
59 | - Go back to the `[Extension Development Host]` instance and hover over a rust variable and your breakpoint should hit. | 59 | - Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit. |
60 | 60 | ||
61 | ## Demo | 61 | ## Demo |
62 | 62 | ||