Difference between revisions of "Template:INI:Papyrus:bLoadDebugInformation"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
(fixed wiki tag)
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
<onlyinclude>
== bLoadDebugInformation ==
== bLoadDebugInformation ==

Revision as of 12:43, 30 August 2019

bLoadDebugInformation

  • 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.