adelikat
|
822c8562b0
|
Debugger - breakpoints - add num breakpoints and num active
|
2014-12-13 17:48:11 +00:00 |
adelikat
|
9997c4fa8d
|
do last commit more correctly
|
2014-12-13 17:33:02 +00:00 |
adelikat
|
18e112536a
|
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 |
adelikat
|
ab312add39
|
Breakpoints - add in a notion of readonly since we are showing all callbacks in the core, even ones the debugger didn't create, and the debugger managing ones it didn't create is bad news
|
2014-12-10 23:11:04 +00:00 |
adelikat
|
cdcb806d8c
|
Debugger - breakpoints - add stuff like activating/deactivating, key presses, double click
|
2014-12-10 22:59:28 +00:00 |
adelikat
|
91353d776b
|
Debugger - basic showing and adding of breakpoints, including pre-existing ones
|
2014-12-10 22:47:09 +00:00 |
adelikat
|
1473db5aa8
|
Move AddBreakpointDialog to the Debugger folder
|
2014-12-07 20:17:15 +00:00 |
adelikat
|
68e1eae014
|
MemoryCallbackSystem - implement IEnumerable, Debugger - use it to pre-populate the breakpoint dialog with pre-existing breakpoints
|
2014-12-07 19:38:42 +00:00 |
adelikat
|
1c179da80c
|
MemoryCallback System - another refinement, make an IMemoryCallback and make that the argument for add methods
|
2014-12-07 19:09:36 +00:00 |
adelikat
|
2d1a43dc65
|
MemoryCallbackSystem - simplify by having a single Add method with a MemoryCallbackType parameter, and some simplifying of client code as a result
|
2014-12-07 18:53:56 +00:00 |
adelikat
|
ba31d7d28b
|
Debugger - better handling of what is or isn't implemented on startup, no longer crashes when opened using the QuickNes core
|
2014-12-07 14:52:09 +00:00 |
adelikat
|
415fda2373
|
Debugger - on close, turn off trace logging
|
2014-12-06 16:28:42 +00:00 |
adelikat
|
97476a8b69
|
Debugger - breakpoints
|
2014-12-06 15:07:01 +00:00 |
adelikat
|
93692b0220
|
Debugger - update register values
|
2014-12-06 13:42:59 +00:00 |
adelikat
|
4b8f5b2962
|
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 |
adelikat
|
748fab4dfb
|
Debugger - use the Tracer.Header property
|
2014-12-06 00:21:25 +00:00 |
adelikat
|
00523ca5aa
|
Debugger - implement trace logger
|
2014-12-06 00:18:51 +00:00 |
adelikat
|
4a96e58a24
|
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 |
adelikat
|
7d5db039c0
|
Those debugger UI files were a bad idea or at least premature
|
2014-04-20 00:37:43 +00:00 |
adelikat
|
a61ff53d9c
|
Change IEmulator.GetCpuFlagsAndRegisters() to a Dictionary, fix a warning, throw NotImplemented exceptions in cores that don't implement this method rather than returning an empty list. Start Debugger UI User Controls
|
2014-04-19 22:23:13 +00:00 |