Name
xpt.debug — write out XPT debug message
Synopsis
import xpt
xpt.debug("Hello debugger")
Description
Write out a message on the debug output channel. If xpt(1) was compiled
without debugging code, this command has no effect.
Errors
An exception is raised if incorrect parameters are passed.
See Also
xpt(1), python(1), xpt.warning(), xpt.message(), warning().