Forum Discussion
- AlexKaras
Champion Level 3
Hi Mehdi,
> Do we have to make parralel versions of our apps
Generally speaking, no, you should not.
Depending on the language used to create your application, you should build with the standalone debug information and ship without it.
If the debug information is included in the final executable, it (debug information) can be extracted using the StripTDS utility installed with TestComplete (see TestComplete help for more information about it).