Template:INI:Papyrus:bLoadDebugInformation

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

bLoadDebugInformation[edit | edit source]

  • Default: 0

This setting enables or disables the loading of additional debug information which is essentially line number information. If this setting is off, error messages cannot generate line number data. Turning this on will allow line numbers to be available in error traces at the cost of increased memory usage.

This is used by the game to report Papyrus Runtime Errors via Stack Traces.