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
   Do not add symbolic debug information to the object file.

 Description
   The -Zi switch instructs the compiler to include full symbolic
   debug information in the object file. The option should be specified
   when preparing a program for use with the Force debugger.

 Example
   . Include full symbolic debug information in the object file for debugging
     with the Force Debugger.
   
     force.exe -Zi test.prg
   
   . Omit debug info in object file (override the effect of a -Zi switch in
     force.cfg).
   
     force.exe -Zi- test.prg

See Also: -Zd

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