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(
|
||||
"/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…
Add table
Reference in a new issue