BizHawk/BizHawk.Client.EmuHawk/tools/Debugger
adelikat 7b87f666a1 MemoryDomains - rename CheatDomain to SystemBus 2015-01-24 15:49:02 +00:00
..
AddBreakpointDialog.Designer.cs Debugger - add breakpoint dialog - pop up in a reasonable place, and limit address size based on the core's bus size 2014-12-13 16:59:01 +00:00
AddBreakpointDialog.cs Add Breakpoint dialog - fix a slight logic error 2015-01-18 19:08:25 +00:00
AddBreakpointDialog.resx Move AddBreakpointDialog to the Debugger folder 2014-12-07 20:17:15 +00:00
Breakpoint.cs Debugger - implement the Seek To button 2015-01-21 02:12:59 +00:00
BreakpointControl.Designer.cs Auto scaling: All forms should have AutoScaleMode set to Font. 2014-12-28 21:19:34 +00:00
BreakpointControl.cs MemoryDomains - rename CheatDomain to SystemBus 2015-01-24 15:49:02 +00:00
BreakpointControl.resx Debugger - breakpoints - add a toggle button 2014-12-13 18:25:02 +00:00
GenericDebugger.Designer.cs add a PauseChanged event to mainform, have the debugger subscribe to it and refresh instead of refreshing every frame, add a refresh menu item with F5 hotkey just in case 2015-01-24 03:10:21 +00:00
GenericDebugger.Disassembler.cs MemoryDomains - rename CheatDomain to SystemBus 2015-01-24 15:49:02 +00:00
GenericDebugger.IControlMainform.cs Start a generic Debugger tool, does nothing now except for open and have the standard ui options all tool forms have (such as autoload) 2014-12-06 00:03:36 +00:00
GenericDebugger.IToolForm.cs add a PauseChanged event to mainform, have the debugger subscribe to it and refresh instead of refreshing every frame, add a refresh menu item with F5 hotkey just in case 2015-01-24 03:10:21 +00:00
GenericDebugger.cs add a PauseChanged event to mainform, have the debugger subscribe to it and refresh instead of refreshing every frame, add a refresh menu item with F5 hotkey just in case 2015-01-24 03:10:21 +00:00
GenericDebugger.resx Debugger - tooltips on disabled things, explaining the situation 2014-12-20 14:45:06 +00:00
RegisterBoxControl.Designer.cs Auto scaling: All forms should have AutoScaleMode set to Font. 2014-12-28 21:19:34 +00:00
RegisterBoxControl.cs debugger - fix scrollbars on register panel 2015-01-23 23:51:37 +00: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