TestComplete provides deep access to internal members of C++Builder applications that were compiled with debug information.
This section contains topics that explain how to include debug information in C++Builder applications compiled with different versions of the C++Builder compiler.
In This Section
Explains when you need to prepare your C++Builder application for test.
Explains how to add debug information to applications created in Embarcadero C++Builder XE2 – XE8 so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Embarcadero C++Builder XE so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Embarcadero C++Builder 2010 so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in CodeGear C++Builder 2009 so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in CodeGear C++Builder 2007 so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Borland C++Builder 2006 so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Borland C++Builder ver. 6 so that your tests have access to all internal members of application objects.
Explains how to re-compile Developer Express VCL components with debug information so TestComplete can obtain access to such components in a tested C++Builder application.
Explains how to re-compile TMS Software VCL components with debug information so TestComplete can obtain access to such components in a tested C++Builder application.
Related Topics of Interest
Describes specifics of the Debug Info Agent™ that provides you with access to applications’ debug information.
See Also
Debug Info Agent™
Debug Info Agent™ Specifics