From 8b85903116fdfdc177bf2ca171831674144de70a Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 8 Nov 2021 10:03:08 +0900 Subject: wip --- helix-term/src/ui/editor.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-term/src/ui') diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 3cc4cc4a..2ee7f0ea 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -499,6 +499,8 @@ impl EditorView { let selected = cursors.contains(&line); + // TODO: debugger should translate received breakpoints to 0-indexing + if let Some(user) = breakpoints.as_ref() { let debugger_breakpoint = if let Some(debugger) = dbg_breakpoints.as_ref() { debugger.iter().find(|breakpoint| { -- cgit v1.2.3-70-g09d2