Seeing what the prover is up to (for system hackers)
NOTE: This utility is a low-level debugging utility, which may not be useful except to those familiar with ACL2 source code.
General Forms: (verbose-pstack t) ; get trace-like information on prover during proofs (verbose-pstack '(fn1 fn2 ...)) ; as above, but omit calls of the indicated functions (verbose-pstack nil) ; turn off trace-like information on prover
For example, (verbose-pstack '(ev-fncall)) will provide a trace of various
prover functions during proofs, except for the function
By evaluating