mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
dap-lldb: adjust breakpoint position
This commit is contained in:
parent
f5b1655eab
commit
2a6210806b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue