DEBUG Command

HSI Version:

All

Purpose:

Set debug level

Aliases:  

Command Format:

debug level|on|off

Options:

level : a number in the range 0 to 5. 0 disables debug messages, levels 1-5 enable increasingly higher levels of debug, roughly corresponding to the following:

  1. event and high-level information messages
  2. normal debug messages that help track the flow of command processing
  3. higher level of debug used for inner loops, table traversals, etc.
  4. I/O debug - mover message traces
  5. trace-level debug

on : equivalent to "debug 1"

off : equivalent to "debug 0"

Keywords:

 

Usage Notes:

 

Example:

debug on

Related Command(s):