pub fn break_step(obj: *mut ConfObject, steps: i64) -> Result<()>
Expand description
Sets a step breakpoint on a processor.
§Arguments
obj
- The object whose steps will be monitored to break onsteps
- The number of instructions until the break occurs
§Exceptions
- [
SimException::SimExc_InterfaceNotFound
] - Thrown if the obj object doesn’t implement the step interface.
§Context
Cell Context