Technote (FAQ)
Question
How to redirect the atlout.spt file in IBM Rational Test RealTime?
Cause
This task is useful in the following situations.
- You run directly on the target.
- The application writes the result file to a fixed path or pathName to be visible from the host.
Answer
Use the attolcc option ATL_TRACES_FILE.
The usage is ATL_TRACES_FILE=”Path/[Name]"
GUI STUDIO
Click Project Settings > Runtime Analysis > Advanced options > Additional instrumentor options.
COMMAND LINE
[<code>]--atl_traces_file=<file-name>
(default atlout.spt)
<file-name> : Name of the file that is flushed by execution and to be split
i.e : attolcc -cond -trace -atl_traces_file=MyOutputFile.spt .....
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.