AppleWin/source/Debugger
mpohoreski 14126fc7aa .21 Fixed: Missing GPL / copyright on some debugger files, updated year.
.20 Changed: Output of found symbol more table friendly.  Symbol table name displayed first.
    Example: SYM HOME     // <SymbolTable>:  $<Address> <Symbol>
.19 Changed: Unified format & colors for summary of symbol tables and symbol table names.
    A symbol table that has been disabled will display in purple / magenta.
    Example: SYM HOME     // 'Main' shown in yellow
    Example: SYMBASIC OFF
    Example: SYM
.13 Fixed: Can now enable/disable selected symbol table(s) !
    Example: SYMMAIN OFF
    Example: SYMBASIC OFF
    Note: If you need to search for symbols ON, OFF, CLEAR, use SYM. i.e. SYM ON.
.12 Fixed: Following symbol tables were all hard-coded to act on SYMMAIN
		SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
	Example: SYMBASIC CLEAR
2010-12-18 15:04:12 +00:00
..
Debug.cpp 2.7.0.0 Released with Applewin 1.19.1.x 2010-12-16 06:43:05 +00:00
Debug.h 2.7.0.0 Released with Applewin 1.19.1.x 2010-12-16 06:43:05 +00:00
Debugger_Assembler.cpp 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:58:43 +00:00
Debugger_Assembler.h 2.7.0.0 Released with Applewin 1.19.1.x 2010-12-16 06:43:05 +00:00
Debugger_Color.cpp 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:29 +00:00
Debugger_Color.h 2.7.0.0 Split from Debug.h 2010-12-16 06:41:41 +00:00
Debugger_Console.cpp 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:48 +00:00
Debugger_Console.h 2.6.2.22 Re-enabled magenta/purple for warnings (symbol table disabled) 2010-12-18 15:02:19 +00:00
Debugger_DisassemblerData.cpp 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:55:21 +00:00
Debugger_DisassemblerData.h 2.7.0.0 Released with Applewin 1.19.1.x 2010-12-16 06:43:05 +00:00
Debugger_Display.cpp 2.7.0.0 Released with Applewin 1.19.1.x 2010-12-16 06:43:05 +00:00
Debugger_Display.h debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
Debugger_Help.cpp 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 15:00:04 +00:00
Debugger_Help.h debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
Debugger_Parser.cpp 2.6.2.11 Added: Command line now accepts Indirect mode via ( ) 2010-12-17 05:59:43 +00:00
Debugger_Parser.h debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
Debugger_Range.cpp 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:04 +00:00
Debugger_Range.h debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
Debugger_Symbols.cpp .21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 15:04:12 +00:00
Debugger_Symbols.h debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
Debugger_Types.h 2.7.0.0 Released with Applewin 1.19.1.x 2010-12-16 06:43:05 +00:00