Zeta Debugger is a stand-alone source level debugger and code profiler for certain applications. Debugging could be done either at the level of machine instructions, or at the source level, when the source code is in C/C++ and debugging format emitted by your compiler is one of those supported by our debugger or external plug-in modules, which can be easily written by most users.
Zeta Debugger is a great debug tool that supports several debugging formats used by compilers of two most known companies - Borland (BC5, BC4) and Microsoft (VC6, VC5).Other versions will be added later.
Here are some key features of "Zeta Debugger":
· Built-in support of Borland C++ and Visual C++ compilers
· Plug-in API, from which you can load any other debugging formats
· Plug-in API to execute user written commands
· The single navigator window with multiple functions
· Graphical representation of jumps between instructions
· Animation of process execution
· Syntax hiliting for C/Asm panels
· Back Step command, undoing changes made by last instruction
· Full and convenient keyboard control
· Popup help window for keyboard commands
· Inspector of program's structure
· Data guards on memory read/write operations
· Cover panel with the list of recent files
· Graphical representation of current module's sections
· Automatic symbol hyperlinks in C/Asm panels
· Automatic / manual insertion of comments
· Automatic address correction after program recompilation
· List view of call frames
· Log file navigator
· MMX registers
· Support for 64 integer expressions
· JIT (Just In Time) debugging support
Requirements:
· Screen resolution: 800x640 or higher
· Hard drive memory: 700kb
· Minimal memory: low
Limitations:
· 30 days trial
What's New in This Release: [ read full changelog ]
· Fixed bug: sometimes couldn't run on Windows 98.