Browse Source

adding a run-time debugger to BlackBox. Refs: #187.
Technically based on a prototype by ominc, which has been ported to BB1.7 by oberoncore, X512, Ivan, etc.
Plus:
- improved user interface: debugger is attached to running BB, no flickering, tool dialog, etc.
- debugger uses its own registry settings and saves core window layout
- internationalized
- relevant DevDebug changes since BB1.6 applied to RTDebug
- debugger works also under wine and latest Windows 10 update
- docu added.

Also fixes an error in DevDebug.ShowArray, where the type of variable vi has been changed from SHORTINT to INTEGER in issue-#19.
This variable is used for reading 2-byte characters and must be reset to SHORTINT.

Signed-off-by: Josef Templ <josef.templ@gmail.com>

Josef Templ 7 years ago
parent
commit
8ad95998fa

BIN
Dev/Docu/Debug.odc


BIN
Dev/Docu/DebugCmds.odc


BIN
Dev/Docu/RTDebug-Dialog.odc


BIN
Dev/Docu/RTDebug.odc


BIN
Dev/Docu/Sys-Map.odc


BIN
Dev/Docu/User-Man.odc


BIN
Dev/Mod/Debug.odc


BIN
Dev/Mod/DebugCmds.odc


BIN
Dev/Mod/RTDebug.odc


BIN
Dev/Rsrc/Menus.odc


BIN
Dev/Rsrc/RTDebug.odc


BIN
Dev/Rsrc/Strings.odc


BIN
Host/Mod/Registry.odc


BIN
Win/Mod/Api.odc