Available on crate feature
unstable only.Expand description
Debugger utilities
Functions§
- debugger_
connected - Returns whether a debugger is connected.
- set_
stack_ ⚠watchpoint - Sets a word-sized data breakpoint at the given address.
No breakpoint will be set when a debugger is currently attached if
the
stack_guard_monitoring_with_debugger_connectedoption is false.