Available on crate feature 
unstable only.Expand description
Debugger utilities
Functions§
- debugger_connected 
- Checks if a debugger is connected.
- set_stack_ ⚠watchpoint 
- Set 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.