summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-09-12 17:23:56 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-09-12 17:23:56 +0000
commit55e674ea903ede3d89b564fef153b4761e94c5da (patch)
treeaf6c0d623d5a7c737d4b59c47d58e399c328b988 /debug.h
parent45fa390469e791db7fa99b1a9b742dcc3434d8de (diff)
downloaddropbear-pubkey-options.tar.gz
- Rework pubkey options to be more careful about buffer lengths. Needs review.pubkey-options
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 175f3fc..b8c2a57 100644
--- a/debug.h
+++ b/debug.h
@@ -67,6 +67,11 @@
#define TRACE(X)
#endif /*DEBUG_TRACE*/
+/* To debug with GDB it is easier to run with no forking of child processes.
+ You will need to pass "-F" as well. */
+/* #define DEBUG_NOFORK */
+
+
/* For testing as non-root on shadowed systems, include the crypt of a password
* here. You can then log in as any user with this password. Ensure that you
* make your own password, and are careful about using this. This will also