Launch ugdb and attach to current process with new tmux window.
ugdb
use gdb_breakpoint::breakpoint; pub fn main() { let x = 3 + 4; breakpoint(); }