FrontPage
»
DebugInterfaces
»
IDebugSessionProvider
class IDebugSessionProvider:
def StartDebugSession(self, IRemoteDebugApplication):
"""Initiates a debug session with the specified application.
The debugger should call IRemoteDebugApplication::ConnectDebugger
before returning from this call. """