elist
Display execution order in simulation debugging session
Description
elist m:
displays the list of methods
invoked by the method with the method ID mid
mid
in the order in which they
execute.
You can use this function in a simulation debugging session started:
Note
This function is available only for simulation debugging sessions started programmatically and for interactive simulation debugging sessions while paused within a time step.
Input Arguments
Tips
To start a simulation debugging session interactively, add one or more breakpoints to your model, and in the Breakpoints List, check that Pause within time step is selected. When the simulation pauses on a breakpoint, some of the programmatic debugging commands, such as the
stop
command, are available for use in the MATLAB® Command Window.You can view the execution order for the output methods of blocks in a model using the Execution Order viewer. Using the Execution Order viewer, you can also annotate the block diagram with the execution order for the model. For more information, see Control and Display Execution Order.