mirror of https://github.com/helix-editor/helix
dap-lldb: adjust breakpoint position
parent
f5b1655eab
commit
2a6210806b
|
@ -56,8 +56,8 @@ pub async fn main() -> Result<()> {
|
||||||
.set_breakpoints(
|
.set_breakpoints(
|
||||||
"/tmp/cdebug/main.c".to_owned(),
|
"/tmp/cdebug/main.c".to_owned(),
|
||||||
vec![SourceBreakpoint {
|
vec![SourceBreakpoint {
|
||||||
line: 8,
|
line: 6,
|
||||||
column: Some(2),
|
column: Some(4),
|
||||||
condition: None,
|
condition: None,
|
||||||
hit_condition: None,
|
hit_condition: None,
|
||||||
log_message: None,
|
log_message: None,
|
||||||
|
|
Loading…
Reference in New Issue