The $DebugInfo compiler directive determines whether Delphi builds debug information for the application.
By default, Delphi builds the information, which provides the line number when a program abnormally terminates.
The overheads for keeping $DebugInfo on are minimal.
|