Raises a SIGTRAP.
SIGTRAP
unsafe extern "rust-intrinsic" fn breakpoint() -> ()
This is useful for debugging as it causes debuggers to interrupt the program at this point. Note that the program will terminate if the signal is not caught.