debug: Difference between revisions
Jump to navigation
Jump to search
Technology (talk | contribs) mNo edit summary |
m (Syntax) |
||
Line 1: | Line 1: | ||
==config.txt== | ==config.txt== | ||
; debug | ; debug <level> | ||
: Specifies debug messages level. This config option is only interesting to developers, or when you want to submit a bug report. | : Specifies debug messages level. This config option is only interesting to developers, or when you want to submit a bug report. | ||
Line 21: | Line 21: | ||
==Console Command== | ==Console Command== | ||
;debug | ;debug <level> | ||
:<level> | :<level> | ||
::- the debug level (0 - off, 1 - low, 2 - high). | ::- the debug level (0 - off, 1 - low, 2 - high). |
Revision as of 08:17, 16 August 2012
config.txt
- debug <level>
- Specifies debug messages level. This config option is only interesting to developers, or when you want to submit a bug report.
Value Description 0 Off 1 Low 2 High
- Console command debug <level> can be used to set this option. debug info displays debug information.
Console Command
- debug <level>
- <level>
- - the debug level (0 - off, 1 - low, 2 - high).
- Set the option debug in config.txt to the specified level.
- debug info
- Display debug information.