2 # Log the current values of the DXDebug dbgring butter
8 return (1, $self->msg('e5')) unless $self->priv >= 9;
10 DXDebug::dbgprintring();
11 DXDebug::dbgclearring() if $line =~ /^clear$/;
13 return (1, 'Contents of debug ring buffer logged. View with watchdbg.');