gdb_breakpoint 0.1.1

Call gdb to the current process and atatch in a new tmux window
Documentation

GDB breakpoint like python's breakpoint

Launch ugdb and attach to current process with new tmux window.

use gdb_breakpoint::breakpoint;

pub fn main() {
    let x = 3 + 4;
    breakpoint();
}