aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix-dap/examples/dap-lldb.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-dap/examples/dap-lldb.rs b/helix-dap/examples/dap-lldb.rs
index 2c8a16c0..ee503a23 100644
--- a/helix-dap/examples/dap-lldb.rs
+++ b/helix-dap/examples/dap-lldb.rs
@@ -56,8 +56,8 @@ pub async fn main() -> Result<()> {
.set_breakpoints(
"/tmp/cdebug/main.c".to_owned(),
vec![SourceBreakpoint {
- line: 8,
- column: Some(2),
+ line: 6,
+ column: Some(4),
condition: None,
hit_condition: None,
log_message: None,