Difference between revisions of "debug"

From OpenKore Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 +
==config.txt==
 
; debug [<level>]
 
; 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 18: Line 19:
  
 
: Console command '''debug <level>''' can be used to set this option. '''debug info''' displays debug information.
 
: 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.
 +
 +
'''Note.''' There is config option called [[debug]].
 +
 +
[[Category:Console Command]]
 +
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:Debug]]
 
[[Category:Debug]]
 
[[Category:Console Command]]
 
[[Category:Console Command]]

Revision as of 14:50, 10 May 2010

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.

Note. There is config option called debug.