java.lang.Object
simula.runtime.RTS_COMMON.Option
- Enclosing class:
RTS_COMMON
Runtime Options
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
Debug: Trace enter and exit of blocks, classes and procedures.static boolean
Debug: Trace goto statements.static boolean
Debug: Trace detach, resume and call.static String
Specify where Simula files (Outfile, Infile, ...) are written and read.static boolean
Debug: Trace Simulation events.static boolean
Map sysout and sysin to a popUp Console.static boolean
Output messages about what the RTS is doing. -
Constructor Summary
-
Method Summary
-
Field Details
-
VERBOSE
public static boolean VERBOSEOutput messages about what the RTS is doing. Default: false. -
USE_CONSOLE
public static boolean USE_CONSOLEMap sysout and sysin to a popUp Console. Default: false. -
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")
-
-
Constructor Details
-
Option
private Option()Default constructor.
-