debug: Difference between revisions
Jump to navigation
Jump to search
Technology (talk | contribs) mNo edit summary |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
; debug | ==config.txt== | ||
: Specifies debug messages level. This option is only interesting to developers, or when you want to submit a bug report. | ; debug <level> | ||
: Specifies debug messages level. This config option is only interesting to developers, or when you want to submit a bug report. | |||
::{|border="1" cellpadding="2" cellspacing="1" | ::{|border="1" cellpadding="2" cellspacing="1" | ||
Line 15: | Line 16: | ||
|align=center|2 | |align=center|2 | ||
|High | |High | ||
|- | |||
|align=center|3 | |||
|Very 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, 3 - very high). | |||
:Set the option debug in config.txt to the specified level. | |||
---- | |||
;debug info | |||
:Display debug information. | |||
[[Category:config.txt]] | [[Category:config.txt]] | ||
[[Category:Debug]] | [[Category:Debug]] | ||
[[Category:Console Command]] |
Latest revision as of 22:34, 26 April 2021
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 3 Very 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, 3 - very high).
- Set the option debug in config.txt to the specified level.
- debug info
- Display debug information.