breakpoint!()
Add to Cargo.toml:
Cargo.toml
toml [dependencies] breakpoint = "0.1.0"
Import the macro into your crate:
```rust
```
Set breakpoints!
rust breakpoint!();
Set breakpoints with conditions!
rust breakpoint!(ref_count == 1);
Read the docs!