2 # Log the current values of the DXDebug dbgring butter
8 return (1, $self->msg('e5')) unless $self->priv >= 9;
10 my @args = split /\s+/, $line;
17 $doclear++ if /^clear$/;
19 my $lines = DXDebug::dbgprintring($n);
20 DXDebug::dbgclearring() if $doclear;
22 return (1, qq{Contents of $lines lines of debug ring buffer logged. View with watchdbg.});