File: SimulationGUIDebug.rst

package info (click to toggle)
python-simpy 2.3.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,864 kB
  • sloc: python: 11,171; makefile: 143
file content (21 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Visualize model events and states using **SimulationGUIDebug**
===============================================================

Brian Jacobs, Kip Nicol and Logan Rockmore, a group of senior students of
Professor Matloff at U. of California at Davis  have  developed a great tool
for gaining insight into the event-by-event execution of a SimPy model. It is
equally useful for teaching and program debugging.

The **SimulationGUIDebug** tool is a SimPy module which shows a GUI with a
model's event list and the status of selected Process and Resource instances
over time. The user can interactively step from event to event and set
breakpoints at one or more points in (simulated) time.

**SimulationGUIDEbug** can be used as a standalone debuger or together with
Python debuggers such as PDB.

The tool was originally written for SimPy 1.9. It has been ported to SimPy 2.0.

The tool's documentation (user guide, design overview, etc.) is `here`_ .

.. _here: _static/SimGUIDebug2_0.pdf