Registry / utility / debug-here

debug-here

JSON →
library0.2.2rscratesunverified

A macro to shave precious seconds off the time it takes to start debugging.

# Cargo.toml [dependencies] debug-here = "0.2.2"
INSTALL
IMPORT
SIG · DEBUG-HERE
D
debug-here
utilityrustv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

debug_here
use debug_here::debug_here;

Triggers a debugger breakpoint.

use debug_here::debug_here; fn main() { debug_here!(); println!("Debugging..."); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
debug-here — cargo add debug-here · libregistry