Is a stand-alone source level debugger and code profiler for Windows
98/2000/XP applications written in C/C++ or assembly languages. Source
level debugging is allowed when symbolic debug information emited by
your compiler is one of those supported by our debugger or external
plugin modules. Otherwise, when this information is absent or not
recognized, you can only debug at machine level.
At this moment the debugger supports a several number of debugging formats used by compilers of two most known companies - Borland and Microsoft. In the future we plan to add more formats to support.
In any case, we understand that it is impossible to create format loaders for all of existing compilers and their versions. So, we have provided a convenient way for programmers and compiler developers to create their own specific format loaders which implemented through plug-in modules.
Partially or fully supported formats:
Compiler Format Marker Compiler Version Borland C++ FB07, FB08, FB09, FB0A BCC4, BCC5, BCC5.5 Visual C++ NB09, NB11, NB10 VisualC 5.0, 6.0
System requirements:
Key features
At this moment the debugger supports a several number of debugging formats used by compilers of two most known companies - Borland and Microsoft. In the future we plan to add more formats to support.
In any case, we understand that it is impossible to create format loaders for all of existing compilers and their versions. So, we have provided a convenient way for programmers and compiler developers to create their own specific format loaders which implemented through plug-in modules.
Partially or fully supported formats:
Compiler Format Marker Compiler Version Borland C++ FB07, FB08, FB09, FB0A BCC4, BCC5, BCC5.5 Visual C++ NB09, NB11, NB10 VisualC 5.0, 6.0
- OS: Windows XP/2000/98
- Screen resolution: 800x640 or higher
- Hard drive memory: 700kb
- Minimal memory: low
Key features
- 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