diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-08-13 10:24:49 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-08-13 10:24:49 -0400 |
commit | 658dd982b9175f21413deecfb7a384d9f71c221d (patch) | |
tree | 60ef86bd1c45d832552d581613491fc6182cbd0d | |
parent | 7c92cfe3b027eaa9f18f9a740c7a2fbc1bf171eb (diff) |
Updated doc/CCCWork.txt with hints for debugging
-rw-r--r-- | doc/CCCwork.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/CCCwork.txt b/doc/CCCwork.txt index b4197e70..456ce8d7 100644 --- a/doc/CCCwork.txt +++ b/doc/CCCwork.txt @@ -139,3 +139,15 @@ OpAbort is not yet standardized and has an ad-hoc implementation. One idea is to have OpAbort always propagate BCK and then FWD and to jump into the other chain when it gets to [Capi]. + +Debugging CCC +------------- + + A simple way to "look" inside it, is to "#define VERBOSE 1" in +chain.c, and then to follow its work with a printed copy of the +diagrams in this document. + + Each new data request generates a CCC, so if you want to debug, +it's good to refine the testcase to the minimum possible number +of CCCs. + |