summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-18 12:41:15 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-18 12:41:15 (GMT)
commit80a0699a0a8de7400e34c2e72dce9b9abebd674d (patch)
treea6471aa2c86cfe1d44b297e29d7df306152b477d /doc
parentf60958ba86ac7d131bdcbce5a40bd820b23ff9dd (diff)
downloadSCons-80a0699a0a8de7400e34c2e72dce9b9abebd674d.zip
SCons-80a0699a0a8de7400e34c2e72dce9b9abebd674d.tar.gz
SCons-80a0699a0a8de7400e34c2e72dce9b9abebd674d.tar.bz2
Print tracebacks for errors other than UserError and StopError. (Gary Oberbrunner)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.15
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index d4f2103..c63a23a 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -562,6 +562,11 @@ Building myprog.o with action(s):
.EE
.TP
+--debug=stacktrace
+Prints an internal Python stack trace
+when encountering an otherwise unexplained error.
+
+.TP
--debug=time
Prints various time profiling information: the time spent
executing each build command, the total build time, the total time spent