mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-10 10:35:16 +03:00
Hide stack pointer when continued
This commit is contained in:
parent
f3e47bfee4
commit
95ba4ff5bd
@ -4344,6 +4344,7 @@ fn dap_continue(cx: &mut Context) {
|
|||||||
let request = debugger.continue_thread(0);
|
let request = debugger.continue_thread(0);
|
||||||
let _ = block_on(request).unwrap();
|
let _ = block_on(request).unwrap();
|
||||||
debugger.is_running = true;
|
debugger.is_running = true;
|
||||||
|
debugger.stack_pointer = None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user