pythoncom.gif
Previous Next blank.gif Home Page

Class DebugStackFrame - Abstraction representing a logical stack frame on the stack of a thread.


SYNOPSIS

import win32com.axdebug.gateways
class DebugStackFrame
  def GetCodeContext(self)
  def GetDescriptionString(self, fLong)
  def GetLanguageString(self)
  def GetThread(self)
  def __init__(self)
  list _com_interfaces_ = [<iid object at 1a77970>]
  list _public_methods_ = ['GetCodeContext', 'GetDes ...

DESCRIPTION

def GetCodeContext(self)

Returns the current code context associated with the stack frame.

Return value must be a IDebugCodeContext object

def GetDescriptionString(self, fLong)

Returns a textual description of the stack frame.

fLong
A flag indicating if the long name is requested.

def GetLanguageString(self)

Returns a short or long textual description of the language.

fLong
A flag indicating if the long name is requested.

def GetThread(self)

Returns the thread associated with this stack frame.

Result must be a IDebugApplicationThread

SEE ALSO

win32com.axdebug.gateways


Previous Next blank.gif Home Page
www_icon.gif

Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997