PyIDebugApplication.DebugOutput

DebugOutput(pstr)

Causes the given string to be displayed by the debugger IDE, normally in an output window.

Parameters

pstr : unicode

Description for pstr

Comments

This mechanism provides the means for a language engine to implement language specific debugging output support. Example: Debug.writeln("Help") in JavaScript.