Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmDebugger.cs25 …private bool _executionIsStopped = false; //Flag used to break on the first instruction after powe… field in Mesen.GUI.Debugger.frmDebugger
503 this._executionIsStopped = true; in _notifListener_OnNotification()
540 if(breakOnReset || _executionIsStopped) { in _notifListener_OnNotification()
705 _executionIsStopped = false; in ResumeExecution()