Commit Graph

9 Commits

Author SHA1 Message Date
mpohoreski
195775b703 .21 Added: Help for BRK
.20 Moved: BRK and BRKOP now under HELP BREAKPOINTS
.19 Added: Shift-F7 will run the emulator at normal speed but with debugger breakpoints active
.18 Added: Implemented BPIO -- currently is the same as BPM
2011-02-21 23:54:09 +00:00
mpohoreski
aa8691579b 2.7.0.15 Fixed: Memory Dump was over-writing watches. 2011-02-20 23:29:00 +00:00
mpohoreski
87cf636f14 2.7.0.10
Added: Watches now show (dynamic) raw hex bytes
    Changed: Lowered watches down from 16 to 8.
2011-02-20 07:31:08 +00:00
mpohoreski
6bc89c65d2 2.7.0.8
Added: New command PWD to display the current debugger directory.
2011-02-15 17:21:27 +00:00
mpohoreski
54ac56de6b .6 Removed: Removed unused aliases.
Reason: When a symbol table is specified with no args, the total # of symbols will be shown.
    SYMBOLS1, SYMBOLS2, SYM0, SYM1, SYM2, SYM3, SYM4, SYM5, SYM6 
 .5 Fixed: Increased console output height so that you can view all the SYMBASIC * output.
 .4 Added: Two alises for Dos 3.3 and Prodos symbol tables
    SYMDOS
    SYMPRO
 .3 Added: Two new symbol tables added Dos 3.3 and Prodos.
    SYMDOS33 
    SYMPRODOS
2011-01-30 17:39:19 +00:00
mpohoreski
23d940f776 2.6.2.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms. 2010-12-19 16:44:46 +00:00
mpohoreski
832c0b1088 2.7.x.x Started work on cleanup of proper sub-panel display 2010-12-18 15:13:28 +00:00
mpohoreski
95e42b736e 2.7.0.0 Released with Applewin 1.19.1.x
.9 Fixed: Renamed ambigious command 'DL' to 'B' to list all bytes being treated as data
          Renamed command: 'B' to 'Z' as an alias to treat byte(s) as data
.8 Fixed: Define Code 'X' wasn't removing entries
.7 Fixed: DATA1 was using call win setup for code, not data.
.6 Cleanup of command table to have the proper internal command enum.
		D      // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M1     // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M2     // CMD_MEM_MINI_DUMP_HEX_2 moved to alias section
		TEXT81 // CMD_VIEW_TEXT81         <- CMD_VIEW_TEXT8X
		TEXT82 // CMD_VIEW_TEXT82         <- CMD_VIEW_TEXT8X
		W      // CMD_WATCH               <- CMD_WATCH_ADD
.5 Added: Internal consistency checking for commands and their internal command enum.
.4 Fixed: Added customer assembler type and debugger disassembly display uses variable
          instead of always being hard-coded to Merlin directives.
.5 Fixed: Data disassembler help -- was using wrong command help offset due to wrong order of commands.
.3 Fixed: Assembler now accepts lower-case mnemonics
2010-12-16 06:43:05 +00:00
mpohoreski
b9a2c7cd5f debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00