From 1a96d4c15c278a3e574c50a00b97c0290945d214 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 16 Feb 2020 23:35:41 +0200 Subject: Make Rust Great Again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Laurențiu Nicola --- docs/dev/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/debugging.md') 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 Ctrl+Shift+P - Navigate to `crates/ra_lsp_server/src/main_loop.rs` and add a breakpoint to the `on_task` function. -- Go back to the `[Extension Development Host]` instance and hover over a rust variable and your breakpoint should hit. +- Go back to the `[Extension Development Host]` instance and hover over a Rust variable and your breakpoint should hit. ## Demo -- cgit v1.2.3