diff options
| author | David Aspinall | 1999-11-08 14:27:12 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-08 14:27:12 +0000 |
| commit | 9f683435bcdd0226a30bc18003099910c8fae9bc (patch) | |
| tree | fda72e0c07a3e44707f3fa41f954ff52e10aff97 | |
| parent | f6fcaa9b61b3fee39a78ba2e553853eaa75678ac (diff) | |
New file.
| -rw-r--r-- | etc/debugging-tips.txt | 10 |
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. |
