Docs.rs
dbg_breakpoint-0.1.1
dbg_breakpoint 0.1.1
Permalink
Docs.rs crate page
Unlicense
OR
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
kromych
Dependencies
libc ^0.2
normal
Versions
85.71%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dbg_
breakpoint
0.1.1
All Items
Crate Items
Macros
Enums
Functions
Crate
dbg_breakpoint
Copy item path
Source
Macros
§
breakpoint
Execute the breakpoint instruction. That might crash the program if the debugger/tracer is not able to step over the instruction.
Enums
§
Debugger
Presence
Presence of a debugger/tracer. The debugger being concerned is expected to use the OS API to debug this process.
Functions
§
breakpoint_
if_
debugging
Execute the breakpoint instruction if the debugger presence is detected. Useful for breaking into the debugger without the need to set a breakpoint in the debugger.
is_
debugger_
present
Detect the debugger presence.