| Simulink Reference | ![]() |
Enable or disable breakpoints in minor time steps
Syntax
Description
The minor command causes the debugger to enable or disable minor step breakpoint mode. By default, executing break <sid:bid | gcb> sets breakpoints only on invocations of a block's methods, e.g., Outputs, in major time steps. To enable breakpoints at invocations of the methods in minor time steps, you must execute minor before or after executing the break command. To disable breaking in minor steps, execute minor again.
See Also
| help | nanbreak | ![]() |
© 1994-2005 The MathWorks, Inc.