a mostly working send message implementation
[spider.git] / cmd / debug.pl
diff --git a/cmd/debug.pl b/cmd/debug.pl
new file mode 100644 (file)
index 0000000..608f1da
--- /dev/null
@@ -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;
+