Searched refs:RobotDebug (Results 1 – 2 of 2) sorted by relevance
61 if(!options.DisableXwt || options.RobotDebug) in Run()91 …var uartAnalyzerType = (xwt == null || options.RobotDebug) ? typeof(LoggingUartAnalyzer) : typeof(… in Run()92 …var videoAnalyzerType = (xwt == null || options.RobotDebug) ? typeof(DummyVideoAnalyzer) : typeof(… in Run()121 if(options.RobotDebug) in Run()
47 public bool RobotDebug { get; set; } property in Antmicro.Renode.UI.Options