Module debugger

Module debugger 

Source
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_connected option is false.