aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2001-09-03 10:28:25 +0000
committerDavid Aspinall2001-09-03 10:28:25 +0000
commit6f0158f8e265364bcb09084aa5709fa644d252dd (patch)
tree152c96e1ce3e7c3959b04985f1cf77acad40e0ae
parent9a0ae04cd85af0eeb0a6a0019c9335d4c0e36220 (diff)
Note about tracing buffers for developers
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2a9503f7..9f4307ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -120,4 +120,12 @@
*** proof-shell-process-output now sets proof-shell-last-output and
proof-shell-last-output-kind which gives clearer interface internally
and with rest of code. See docs.
+
+*** Support for "tracing" buffers added.
+ This was added for Isabelle's simplifier tracing, when a large
+ amount of output is produced during a proof for debugging.
+ The user would rather see the output as it arrives than wait
+ for a long time.
+ Experimental stage and not yet enabled for any prover.
+ See proof-shell-spill-output-regexp.
\ No newline at end of file