qp.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Local Debug Information Directive
  Compiler Directives Contents Index                        Back
 
  {$L<+│->}
 
  Description
 
    Switches between two settings that control the generation of
    symbol-table information for local constants, parameters, and
    variables. This switch is ignored if {$D-} is in effect.
 
    {$L+}  Enables the generation of local symbol information. The
           values of local constants, parameters, and variables can
           be examined.
 
    {$L-}  Disables the generation of local symbol information. The
           values of local constants, parameters, and variables are
           not available. However, single step and trace are still
           available.