pythoncom.gif
Previous Next blank.gif Home Page

Class DispatcherWin32dbg - A source-level debugger dispatcher


SYNOPSIS

import win32com.server.policy
class DispatcherWin32dbg(DispatcherBase)
  def _HandleException_(self)
  def __init__(self, policyClass, ob)

  # Methods inherited by DispatcherWin32dbg from DispatcherBase
  def _CreateInstance_(self, clsid, reqIID)
  def _GetIDsOfNames_(self, names, lcid)
  def _Invoke_(self, dispid, lcid, wFlags, args)
  def _QueryInterface_(self, iid)
  def _trace_(self, *args)

DESCRIPTION

A dispatcher which invokes the debugger as an object is instantiated, or when an unexpected exception occurs.

Requires the win32dbg package.

def _HandleException_(self)

Invoke the win32dbg post mortem capability

SEE ALSO

win32com.server.policy

win32com.server.policy


Previous Next blank.gif Home Page
www_icon.gif

Copyright © Greg Stein and Mark Hammond
All Rights Reserved
Comments to author: dev@null
Generated: Sun Apr 20 1997