Improve --debug=count to get an idea of when different objects are created.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 12 Jan 2005 20:51:31 +0000 (20:51 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Wed, 12 Jan 2005 20:51:31 +0000 (20:51 +0000)
commite68ae23ccc9fd91ca2f829b23060e247b3083962
treecc4084606a3aa14592e3f8b48fcab9fd5e3df2c5
parent8807e5069af0f2cb08738e164456745cd10ad8ea
Improve --debug=count to get an idea of when different objects are created.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1215 fdb21ef1-2011-0410-befe-b5e4ea1792b1
doc/man/scons.1
src/CHANGES.txt
src/engine/SCons/Debug.py
src/engine/SCons/Script/Main.py
test/option--debug.py
test/option/debug-count.py [new file with mode: 0644]
test/option/debug-memory.py [new file with mode: 0644]
test/option/debug-objects.py [new file with mode: 0644]