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


sym

Description:

Controls the generation of debugger symbol information.

Compatibility:

This pragma is compatible with the following platform targets:

68K

PowerPC

NEC V800

Intel x86

MIPS

Embedded 68K

Prototype:
  #pragma sym on | off | reset Remarks:

The compiler pays attention to this pragma only if you turn on the debug marker for a file in the IDE's project window. If this pragma is off, the compiler does not put debugging information into this source file's debugger symbol file (SYM or DWARF) for the functions that follow. If this pragma is on, the compiler does generate debugging information.

Note that the compiler always generates a debugger symbol file for a source file that has a debug diamond next to it in the project window. This pragma changes only which functions have information in that symbol file.

To check whether this option is on, use __option (sym), described in "Checking Options." By default, this pragma is on.


[ 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