Code for debugging SCons internal things. Shouldn't be
needed by most users. Quick shortcuts:
|
|
|
|
|
|
|
countLoggedInstances(classes,
file=<epydoc.docintrospecter._DevNull object>) |
source code
|
|
|
listLoggedInstances(classes,
file=<epydoc.docintrospecter._DevNull object>) |
source code
|
|
|
dumpLoggedInstances(classes,
file=<epydoc.docintrospecter._DevNull object>) |
source code
|
|
|
|
|
|
|
caller_trace(back=0)
Trace caller stack and save info into global dicts, which
are printed automatically at the end of SCons execution. |
source code
|
|
|
|
|
dump_caller_counts(file=<epydoc.docintrospecter._DevNull object>) |
source code
|
|
|
|
|
Trace(msg,
file=None,
mode=' w ' ,
tstamp=None)
Write a trace message to a file. Whenever a file is specified,
it becomes the default for the next call to Trace(). |
source code
|
|