aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/debugging-tips.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/debugging-tips.txt b/etc/debugging-tips.txt
new file mode 100644
index 00000000..a2650754
--- /dev/null
+++ b/etc/debugging-tips.txt
@@ -0,0 +1,10 @@
+Tips for Debugging Proof General -- David Aspinall, Oct 1999.
+--------------------------------
+
+Make these settings:
+
+ (setq proof-tidy-response nil) ; response buffer never clears
+ (setq proof-show-debug-messages t) ; debug messages appear in response buffer
+
+And use the standard elisp package "edebug" to single-step at source
+level, and set breakpoints in code.