This topic explains how to prepare applications created with Borland C#Builder 2006 for AQTime. To learn how to prepare applications created with earlier versions of Borland C#Builder, see Compiler Settings for Borland C#Builder.
To compile your application with debug info in Borland C#Builder 2006, follow these steps:
- Open your application in Borland C#Builder 2006.
- Select Project > Options from C#Builder's main menu. This will open the Project Options dialog.
- In the dialog, select the Compiler category and check the Debug information option:
Close the dialog.
- Click OK to save changes.
- Recompile your application.
When your application is ready for final delivery, remember to compile it without debug information to reduce the overall application size.
See Also
How AQTime Profilers Use Metadata and Debug Information
Profiling .NET Applications - Specifics