You are not logged in Log in Join
You are here: Home » Members » Chui Tey » DebugInterface » IDebugSessionProvider » wikipage_view

Log in
Name

Password

 
 
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. """