pythoncom.gif
Previous blank.gif blank.gif Home Page

Class RemoteDebugApplicationEvents


SYNOPSIS

import win32com.axdebug.gateways
class RemoteDebugApplicationEvents
  def OnBreakFlagChange(self, abf, rdat)
  def OnClose(self)
  def OnConnectDebugger(self, appDebugger)
  def OnCreateThread(self, rdat)
  def OnDebugOutput(self, string)
  def OnDestroyThread(self, rdat)
  def OnDisconnectDebugger(self)
  def OnEnterBreakPoint(self, rdat)
  def OnLeaveBreakPoint(self, rdat)
  def OnSetName(self, name)
  list _com_interfaces_ = [<iid object at 1a748d0>]
  list _public_methods_ = ['OnConnectDebugger', 'OnD ...

DESCRIPTION

def OnBreakFlagChange(self, abf, rdat)

abf
int - one of the axdebug.APPBREAKFLAGS constants
rdat
PyIRemoteDebugApplicationThread

def OnConnectDebugger(self, appDebugger)

appDebugger
a PyIApplicationDebugger

def OnCreateThread(self, rdat)

rdat
PyIRemoteDebugApplicationThread

def OnDestroyThread(self, rdat)

rdat
PyIRemoteDebugApplicationThread

def OnEnterBreakPoint(self, rdat)

rdat
PyIRemoteDebugApplicationThread

def OnLeaveBreakPoint(self, rdat)

rdat
PyIRemoteDebugApplicationThread

SEE ALSO

win32com.axdebug.gateways


Previous blank.gif 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