Function simics::api::simulator::breakpoints::disable_breakpoint

source ·
pub fn disable_breakpoint(id: BreakpointId) -> Result<()>
Expand description

Disable a breakpoint with id id as returned by breakpoint

§Arguments

  • id: The breakpoint ID returned by breakpoint.

§Exceptions

  • SimExc_Index Thrown if no breakpoint with the id is found.

§Context

Cell Context