Mirror

Debug a component at design time (in the IDE) (Views: 717)


Problem/Question/Abstract:

Debug a component at design time (in the IDE)

Answer:

To debug a component at design time, follow these steps:

In Delphi go to Tools/Options then go to the "Library" page. Check the "Compile With Debug Info" box.

Rebuild the library.

Run Delphi from within Turbo Debugger.

Use "File/Change Dir" to include the source directories.

<< Back to main page