[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
traceback

Description:
Controls the generation of AIX-format traceback tables for debugging.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma traceback on | off | reset
Remarks:
This pragma helps other people debug your application or shared library if you do not distribute the source code. If this option is on, the compiler generates an AIX-format traceback table for each function, which are placed in the executable code. Both the CodeWarrior and Apple debuggers can use traceback tables.
This pragma corresponds to the Emit Traceback Tables option in the PPC Linker settings panel. To check whether this option is on, use the __option (traceback), described in "Checking Options." By default, this option is off.
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000