DND-DRDC-RDDC / OS_ORIGAME

ORIGAME is a Python-based discrete event modelling and simulation environment. It has a full-featured graphical user interface (GUI) in which users build models and run Monte Carlo simulations.
GNU General Public License v3.0
4 stars 1 forks source link

Cannot Use Built-in Methods in Debugger #8

Open ryan-ambrose-gc opened 1 month ago

ryan-ambrose-gc commented 1 month ago

When debugging a run, an interactive interpreter is available to run basic python expressions. However, useful built-in Origame methods/objects are not available. For example, "link" and "sim" are not defined in this context, limiting the usability of the debug function.