pub fn breakpoint()
🔬This is a nightly-only experimental API. (
core_intrinsics
)Available on crate feature
dep_bytemuck
only.Expand description
Executes a breakpoint trap, for inspection by a debugger.
This intrinsic does not have a stable counterpart.