Function simics::api::simulator::control::_break_message

source ·
fn _break_message<S>(msg: S) -> Result<()>
where S: AsRef<str>,
Expand description

Set the message whhen SIMICs next breaks execution

Display the reason why Simics will stop simulation. This is similar to break_simulation, with the difference that it doesn’t actually break the simulation. It can be used by code that wants to display a break message and stop the simulation by some other means.

§Context

Cell Context