Sat, 20 Aug 2022 12:45:33 -0700 |
Michael Pavone |
Add '>', '<', '>=' and '<=' operators to debugger expression engine
|
Sat, 20 Aug 2022 12:08:01 -0700 |
Michael Pavone |
Add 'if' and 'while' debugger commands
|
Sat, 20 Aug 2022 11:41:41 -0700 |
Michael Pavone |
Add an explicit p alias for the print command now that printf prevents use of it as an implicit alias
|
Sat, 20 Aug 2022 11:40:41 -0700 |
Michael Pavone |
Make blocks an explicitly supported concept in the debugger rather than a one-off for the commands command
|
Sun, 14 Aug 2022 17:37:37 -0700 |
Michael Pavone |
Add a printf command to the debugger
|
Sun, 14 Aug 2022 09:55:06 -0700 |
Michael Pavone |
Fix crash bug in expression parser
|
Sat, 13 Aug 2022 23:24:54 -0700 |
Michael Pavone |
Add an m68k command for switching back to 68K debugger from Z80
|
Sat, 13 Aug 2022 23:15:00 -0700 |
Michael Pavone |
Implement argumentless variant of z80 debugger command
|
Sat, 13 Aug 2022 22:57:57 -0700 |
Michael Pavone |
Fix stale values in display
|
Sat, 13 Aug 2022 22:51:31 -0700 |
Michael Pavone |
Add support for conditional breakpoints
|
Sat, 13 Aug 2022 20:04:02 -0700 |
Michael Pavone |
Add bindup and binddown debugger commands
|
Sat, 13 Aug 2022 19:39:42 -0700 |
Michael Pavone |
Fix bug in Z80 debugger for SMS mode post-refactor
|