TestComplete provides deep access to internal members of Delphi applications that were compiled with debug information.
This section contains topics that explain how to include debug information in Delphi applications compiled with different versions of the Delphi compiler.
In This Section
Explains when you need to prepare your Delphi application for test.
Explains how to add debug information to applications created in Embarcadero Delphi XE6, XE7, XE8 or 10, so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Embarcadero Delphi XE2 - XE5, so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Embarcadero Delphi 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 Delphi 2010 for Win32, so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in CodeGear Delphi 2009 for Win32, so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in CodeGear Delphi 2007 for Win32, so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Borland Delphi 2006 for Win32, so that your tests have access to all internal members of application objects.
Explains how to add debug information to applications created in Borland Delphi v. 7 and Delphi 2005 for Win32, so that your tests have access to all internal members of application objects.
Describes the TestComplete StripTDS utility which can be used to strip off the modules’ internal debug information into external files.
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