PyIDebugStackFrame.GetDescriptionString

unicode = GetDescriptionString(fLong)

Returns a short or long textual description of the stack frame.

Parameters

fLong : int

If false, provide only the name of the function associated with the stack frame. When true it may also provide the parameter(s) to the function or whatever else is relevant.