BizHawk/BizHawk.Client.EmuHawk/tools/Debugger
adelikat 9584ff1f53 use switch expressions in some various places in EmuHawk, and some other simplifications 2020-03-04 20:18:43 -06:00
..
AddBreakpointDialog.Designer.cs Add address mask setting for breakpoints 2016-08-08 04:37:39 -07:00
AddBreakpointDialog.cs Enable SA1504 and fix noncompliance 2020-01-25 14:56:56 +10:00
AddBreakpointDialog.resx IMemoryCallbackSystem - add a flag to indicate whether execute callbacks are available, in lua and the debugger, take this flag into account, also improve some availability checking in Lua memory callbacks. Flag N64 as not having execute callbacks available 2015-01-25 22:14:58 +00:00
Breakpoint.cs use expression body in various places 2020-02-25 15:14:14 -06:00
BreakpointControl.Designer.cs Debugger Breakpoints - use ListView in virtual mode instead of VirtualListView 2019-10-19 20:03:05 -05:00
BreakpointControl.cs put control extension methods into the EmuHawk names space isntead of a custom one. We want these to be found and used, and most dialogs use them 2020-02-03 12:54:32 -06:00
BreakpointControl.resx Debugger - breakpoints - add a toggle button 2014-12-13 18:25:02 +00:00
GenericDebugger.Designer.cs pass mainform to BreakpointControl 2019-12-22 13:32:18 -06:00
GenericDebugger.Disassembler.cs use switch expressions in some various places in EmuHawk, and some other simplifications 2020-03-04 20:18:43 -06:00
GenericDebugger.IControlMainform.cs better handling of tastudio interaction with select slot, previous slot, and next slot functions 2019-12-08 13:01:55 -06:00
GenericDebugger.IToolForm.cs Fix mismatching namespaces 2020-01-13 07:19:06 +10:00
GenericDebugger.cs Make display scaling apply to InputRoll column header widths. 2020-02-17 12:34:37 -05:00
GenericDebugger.resx Migrate serialised images to separate files, removing duplicates 2019-12-07 05:24:24 +10:00
RegisterBoxControl.Designer.cs misc tool cleanups 2019-12-22 16:42:56 -06:00
RegisterBoxControl.cs misc tool cleanups 2019-12-22 16:42:56 -06:00
RegisterBoxControl.resx Debugger - add a crude Register box, dynamically reads the cores flags and registers and creates ui, is they are settable it creates textboxes (registers) and checkboxes (flags) with change events that set the core values. If register setting is not implemented, it creates labels instead. Plenty of details to refine about this process. 2014-12-06 01:14:58 +00:00