Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Debug a component at design time (in the IDE)
This article has not been rated yet. After reading, feel free to leave comments and rate it.
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.
Comments:
|