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 - -zd add line number debug info http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -Zd                 Add line number debug info
------------------------------------------------------------------------------
 Syntax
   -Zd

 Arguments
   None.

 Default
   No line number info added to the object file.

 Description
   The -Zd switch instructs the compiler to include line number
   debugging information in the generated object file. Specifying this
   (or the -Zi) option is necessary if preparing the program for use with
   any debugger.

 Example
   . Produce line number information in the object file for debugging the
     application.
   
     force.exe -Zd test.prg
   
   . Disable emission of line numbers to the object file (override the effect
     of a -Zd switch in force.cfg).
   
     force.exe -Zd- test.prg

See Also: -Zi

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