aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-16 21:35:41 +0000
committerGitHub <[email protected]>2020-02-16 21:35:41 +0000
commit1a96d4c15c278a3e574c50a00b97c0290945d214 (patch)
treeeecc582b79d50d9f6892f47a1b20bafcb6855f13 /docs/dev/debugging.md
parent79625e2dc2c6a94c84d93684f6860ec1493d8854 (diff)
Make Rust Great Again
Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
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