Home
last modified time | relevance | path

Searched refs:RobotDebug (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCommandLineInterface.cs61 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()
DOptions.cs47 public bool RobotDebug { get; set; } property in Antmicro.Renode.UI.Options