mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-10 14:46:04 +03:00
dap-lldb: adjust breakpoint position
This commit is contained in:
parent
f5b1655eab
commit
2a6210806b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user