Exemplo n.º 1
0
 public EmonicInterpreter(DebuggerConfiguration config,
                          DebuggerOptions options)
     : base(true, config, options)
 {
     DebuggerEngine = new EmonicDebuggerEngine(this);
     thisReference  = this;
 }
Exemplo n.º 2
0
        public EmonicInterpreter(DebuggerConfiguration config,
		                         DebuggerOptions options)
            : base(true,config,options)
        {
            DebuggerEngine = new EmonicDebuggerEngine(this);
            thisReference = this;
        }