diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-18 12:41:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-18 12:41:15 (GMT) |
commit | 80a0699a0a8de7400e34c2e72dce9b9abebd674d (patch) | |
tree | a6471aa2c86cfe1d44b297e29d7df306152b477d /doc | |
parent | f60958ba86ac7d131bdcbce5a40bd820b23ff9dd (diff) | |
download | SCons-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.1 | 5 |
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 |