Skip to main content

install_breakpoint_handler

Function install_breakpoint_handler 

Source
pub fn install_breakpoint_handler(handler: BreakpointHandler)
Expand description

Install the host’s breakpoint handler, armed and with a fresh hit count.

A program compiled with :bp markers and run without one stops at nothing: the marker’s call finds no handler and returns, which is the right behaviour for an embedder that has no debugger, and for every JIT test.