Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - -zi add symbolic debug info http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Zi                 Add symbolic debug info
------------------------------------------------------------------------------
 Syntax
   -Zi

 Arguments
   None.

 Default
   No symbolic debug information is added to the executable file.

 Description
   The -Zi switch instructs the linker to include full symbolic debug
   information in the executable file. The option results in generating a
   symbol table that enables the Force debugger to both step through
   lines of code and display the values of variables.

   After having finished debugging, it is recommended to rebuild the
   application without using the -Zi switch to reduce the size of the
   executable file.

 Example
   . Attach symbol table with full debug info to the executable for use
     by the Force Debugger.
   
     flink.exe -Zi test.obj

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson