Files Instrumented by LDRA are not returning back to un-instrumented state

16 Views Asked by At

I am using LDRA to instrument files and run dynamic analysis. I know that internally LDRA modifies the source files and adds some variables to keep track of the number of statements executed. Once dynamic analysis is done, I am trying to compile the code for normal runs, but I can see that builds are failing due to un-resolved variable. These variables are added by LDRA for dynamic analysis. How do I clear these variables and have a clean build.

0

There are 0 best solutions below