The simulation has initialized but does not proceed. In debugging mode, you indicate to the debugger when to proceed through the simulation and how far to proceed before returning control to you. The purpose of this example is to find out whether an entity is in the server when the simulation ends. To continue the simulation until it ends, enter this command at the sedebug>> prompt:
cont
The Command Window displays a long series of messages that indicate what is happening during the simulation. The end of the output indicates that the debugger has suspended the simulation just before the end:
Hit built-in breakpoint for the end of simulation.
Use 'cont' to end the simulation or any other function to inspect final states of the
system.
%==============================================================================%
Terminating Model dd1
To understand the long series of messages, see Simulation Log in the Debugger (директория SimEvents
Simulation
Debug Simulation
Debugger Session).