Module debug
Debugging utility module.
This module provides access to the Composite internal debugging utilities. It is concerned with
control of internal tracing capabilities, information about
dynamically-loaded libraries, heap management, debugging information,
threads and performance testing.
Trace Control
The following functions are available on an existing singleton
instance of the TraceOptions class, available through:
autodesk_toxik.debug.traceOptions
For example:
from autodesk_toxik import debug
debug.traceOptions.on()
debug.traceOptions.showAll()
|
TraceOptions
Encapsulates the trace options as an object to perform conversions.
|
|
dumpLibraryList(infos)
Generate a nicely formatted dump of the library list. |
|
|
|
traceOptions = TraceOptions()
|
Generate a nicely formatted dump of the library list. The input is
assumed to be the return value of the libraryList() function.
- Parameters:
|