Package SimPy :: Module SimulationGUIDebug
[hide private]
[frames] | no frames]

Module SimulationGUIDebug

source code

Functions [hide private]
 
register(obj, hook=<function <lambda> at 0x9310e2c>, name=None) source code
 
activate(obj, process, at='undefined', delay='undefined', prior=False) source code
 
newBreakpoint(newBpt) source code
 
setRunMode(runMode) source code
 
initialize() source code
 
simulate(callback=<function <lambda> at 0x933872c>, until=0) source code
 
callbackFunction() source code
 
promptUser() source code
Variables [hide private]
  _breakpoints = []
  _until = 0
  _callback = None
  _lastCommandIssued = ''
  _simStarted = False
  _registeredClasses = []
  _runMode = None
  STEP = 1
  NO_STEP = 2