Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlLabelList.cs36 mnuShowJumpLabels.Checked = ConfigManager.Config.DebugInfo.ShowJumpLabels; in OnLoad()
127 …el.Flags.HasFlag(CodeLabelFlags.AutoJumpLabel) || ConfigManager.Config.DebugInfo.ShowJumpLabels)) { in UpdateLabelList()
327 ConfigManager.Config.DebugInfo.ShowJumpLabels = mnuShowJumpLabels.Checked; in mnuShowJumpLabels_Click()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs135 public bool ShowJumpLabels = false; field in Mesen.GUI.Config.DebugInfo