Previous Topic: RI Trigger Remote FilesNext Topic: Performance Considerations


Trace Generation Considerations

The trace function can be used only if you have generated code with trace support. The resulting source code contains all the additional logic necessary to allow the special trace functions to occur.

You can generate trace for a single procedure step, an entire load module, or your complete application.

The special code included to allow trace significantly increases the size of each generated source module. If space is a potential problem on the code generation platform or your target system, add trace selectively rather than globally.

You can selectively test portions of your application in the following ways: