Package autodesk_toxik :: Module debug
[frames] | no frames]

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()
Classes
  TraceOptions
Encapsulates the trace options as an object to perform conversions.
Functions
 
dumpLibraryList(infos)
Generate a nicely formatted dump of the library list.
Variables
  traceOptions = TraceOptions()
Function Details

dumpLibraryList(infos)

 

Generate a nicely formatted dump of the library list. The input is assumed to be the return value of the libraryList() function.

Parameters:
  • infos (list)