Logo New book: Delphi 2007 Handbook
My blog in online
Delphi tech support service: support.marcocantu.com
Google
  Web www.marcocantu.com

Menu for Development

Site Menu
Delphi 2007 Handbook
Mastering Borland Delphi 2005
Essential Pascal
Essential Delphi
Buy Books Online
Code Repository
Newsgroups
White Papers
Tools
Conferences
Training
Delphi Links
Contact Marco

My Other Sites
Italian Site (www.marcocantu.it)
Developers Newsgroups Browser (dev.newswhat.com)
My town (www.piazzacavalli.net)
the delphi search
Wintech Italia (my company)

Breaking News
Buy Mastering Borland Delphi 2005 from Amazon
Free ebook: Mastering Delphi Update for Delphi 2006

Advertising
Home My Blog Books My Bookstore Development Links Marco


Home: Development: Tools

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.