From 3a5e044c8958d6407516c194eeeb3b8961c00632 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 23 Aug 2021 21:11:45 +0300 Subject: languages: support debug for Rust with LLDB --- helix-term/src/application.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/src') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 1bb2df39..82bba076 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -324,6 +324,7 @@ impl Application { .unwrap(); let (view, doc) = current!(self.editor); + log::info!("{:?}", doc); let start = doc.text().line_to_char(line - 1) + column; if let Some(end_line) = end_line { let end = -- cgit v1.2.3-70-g09d2