Object Debugger
Version 5.0 for Delphi 5 now available.
Download the ZIP file (48.2 Kb)
The Object Debugger is a Runtime version of the Object Inspector.
The Object Debugger allows you to inspect the published properties
of the components of a program at run time, and edit them. You
simply place the component on the main form of your project, and
when the program starts, the Object Debugger window is automatically
opened.
Here is a screenshot, to give you an idea:

Usage:
Select form and component you are interested in (also the form
is listed among its components), and see its published properties,
its events, and some mode data. Clicking on the first line shows
RTTI information for the last property you've selected. Clicking
on a value activates its editor (if available).
Editors include: numbers, strings, characters, enumerations, sets,
cursors, colors (double-click), string lists (double click).
The only property of the component is used to set it initially
"Always on Top".
- Download ObjDeb4.zip version 4.01 for Delphi 4,
last updated on January 22, 1999.
- Download ObjDeb11.zip version 1.1 for Delphi 3,
updated on 16 Dec 1997. Includes component package and DCU files.
- Download ObjDDemo.Zip a demo program which
demonstrates the use of the Object Debugger.
- Download ObjDeb04.Zip beta version 0.40 for
Delphi 2.
|