Macro debug_here::debug_here [−][src]
macro_rules! debug_here { () => { ... }; }
The debug here macro. Just invoke this macro somewhere in your
source, and when your program reaches it a terminal running
rust-gdb will launch.
macro_rules! debug_here { () => { ... }; }
The debug here macro. Just invoke this macro somewhere in your
source, and when your program reaches it a terminal running
rust-gdb will launch.