Module Simula

Class RTS_COMMON.Option

java.lang.Object
simula.runtime.RTS_COMMON.Option
Enclosing class:
RTS_COMMON

public static class RTS_COMMON.Option extends Object
Runtime Options
  • Field Details

    • VERBOSE

      public static boolean VERBOSE
      Output messages about what the RTS is doing. Default: false.
    • USE_CONSOLE

      public static boolean USE_CONSOLE
      Map sysout and sysin to a popUp Console. Default: false.
    • BLOCK_TRACING

      public static boolean BLOCK_TRACING
      Debug: Trace enter and exit of blocks, classes and procedures. Default: false.
    • GOTO_TRACING

      public static boolean GOTO_TRACING
      Debug: Trace goto statements. Default: false.
    • QPS_TRACING

      public static boolean QPS_TRACING
      Debug: Trace detach, resume and call. Default: false.
    • SML_TRACING

      public static boolean SML_TRACING
      Debug: Trace Simulation events. Default: false.
    • RUNTIME_USER_DIR

      public static String 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.