Class RTS_Option
java.lang.Object
simula.runtime.RTS_Option
Runtime Options
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String[]
Command line argumentsstatic boolean
Debug: Trace enter and exit of blocks, classes and procedures.static boolean
Debug: Trace goto statements.(package private) static boolean
TRUE:Don't create popUps at runtimestatic boolean
Debug: Trace detach, resume and call.static String
Specify where Simula files (Outfile, Infile, ...) are written and read.(package private) static String
Selectors for conditional compilation.static boolean
Debug: Trace Simulation events.static boolean
Output messages about what the RTS is doing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
argv
Command line arguments -
VERBOSE
public static boolean VERBOSEOutput messages about what the RTS is doing. Default: false. -
noPopup
static boolean noPopupTRUE:Don't create popUps at runtime -
BLOCK_TRACING
public static boolean BLOCK_TRACINGDebug: Trace enter and exit of blocks, classes and procedures. Default: false. -
GOTO_TRACING
public static boolean GOTO_TRACINGDebug: Trace goto statements. Default: false. -
QPS_TRACING
public static boolean QPS_TRACINGDebug: Trace detach, resume and call. Default: false. -
SML_TRACING
public static boolean SML_TRACINGDebug: Trace Simulation events. Default: false. -
RUNTIME_USER_DIR
Specify where Simula files (Outfile, Infile, ...) are written and read. Default: User working directory. System.property("user.dir") -
Selectors
Selectors for conditional compilation.
-
-
Constructor Details
-
RTS_Option
RTS_Option()Default constructor.
-