Forum Discussion
The exe shall be generated in "Release" mode.
Do you have another solution?
Hi Chris,
You can use TestComplete’s StripTDS utility to extract debug information from your executable file: http://smartbear.com/viewarticle/55458/
- ChrisPro10 years agoContributor
The is the following return with a Delphi XE2 :
the module does not contain TD32 debug info or has an
invalid or unknown debug info format.
0 module(s) processed, 1 module(s) failed.- HKosova10 years ago
Alumni
Just to clarify - you still need to build the app with debug info, but configure Delphi to create separate .tds debug files. Try these options:
Delphi Compiler > Compiling- Debug information: true
- Local symbols: true
Delphi Compiler > Linking
- Debug information: true
- Place debug information in separate TDS file: true
Then, when testing your app, place the .tds files next to the corresponding app binaries.
Details: Compiling Delphi XE2 - XE5 Applications With Debug Information