Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs75 private bool breakOnException; field in Antmicro.Renode.UserInterface.Monitor
80breakOnException = ConfigurationManager.Instance.Get(ConfigurationSection, "break-script-on-except… in Monitor()
394 if(breakOnException) in ParseTokens()
420 if(!ExecuteCommand(result.ToArray(), writer) && breakOnException) in ParseTokens()
452 if(breakOnException) in ParseTokens()