Debug Interface

The Debug Interface is a standard COM interface for providing a standard method of obtaining information on the internals of a running application for debugging purposes. It is the software equivalent of the hardware JTAG or BDM (Background Debugging Mode) standards.

Since this is a standard, there is no binary distribution. Rather, there are object definitions.

Specification

C++ header

Delphi unit

BinaryDi32 is an MS Windows DLL that you can use from an instance of the debug interface to display binary data. Last update: 17-April-2002

If you wish to be notified about changes to the Debug Interface and BinaryDi, click here and press the SEND button.

The Debug Interface is a component of the Application Foundation, hosted on SourceForge Logo