Pages

Thursday, January 31, 2008

Zeta Debugger v1.3 by Sapunov Vladimir

Zeta Debugger - C/C++ source code debugger

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. Read details here. Source files for already existing debug information loaders you can download here.

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
Attention Some formats were not fully tested.

Website and Download

No comments:

Post a Comment