tbreak
Set or clear breakpoint that pauses simulation debugging session at specified time
Syntax
Description
tbreak sets or clears a breakpoint
that pauses simulation after the simulation reaches the specified time
tt. The simulation debugging session pauses on the
Outputs.Major method for the model in the first time step
after time t.
If a breakpoint was not already set for time
t, the command sets the breakpoint.If a breakpoint had been set for time
t, the command clears the breakpoint.
Note
This function is supported only for simulation debugging sessions started programmatically using the sldebug function or using the sim function with the 'debug' name-value argument.
Input Arguments
Version History
Introduced before R2006a