Class RTS_Option

java.lang.Object
simula.runtime.RTS_Option

public class RTS_Option extends Object
Runtime Options
  • Field Details

    • argv

      public static String[] argv
      Command line arguments
    • VERBOSE

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

      static boolean noPopup
      TRUE:Don't create popUps at runtime
    • 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")
    • Selectors

      static String Selectors
      Selectors for conditional compilation.
  • Constructor Details

    • RTS_Option

      RTS_Option()
      Default constructor.