X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdebug.pl;fp=cmd%2Fdebug.pl;h=608f1daf16100de05713246fc77feec500b04199;hb=57b5e464bc44ae8eee23ab94c1f499f527595dc9;hp=0000000000000000000000000000000000000000;hpb=23d995215379c4786c2cb1d930a09c734c2472aa;p=spider.git diff --git a/cmd/debug.pl b/cmd/debug.pl new file mode 100644 index 00000000..608f1daf --- /dev/null +++ b/cmd/debug.pl @@ -0,0 +1,15 @@ +# +# go INSTANTLY into debug mode (if you are in the debugger!) +# +# remember perl -d cluster.pl to use this +# +# Copyright (c) 1998 Dirk Koopman G1TLH +# +# $Id$ +# + +my $self = shift; +return if $self->priv < 9; + +$DB::single = 1; +