PyIRemoteDebugApplication Object

Description of the interface

Methods

ResumeFromBreakPoint
Continue an application which is currently in a breakpoint. 

CauseBreak
Causes the application to break into the debugger at the earliest opportunity. 

ConnectDebugger
Connects a debugger to the application. 

DisconnectDebugger
Disconnects the current debugger from the application. 

GetDebugger
Returns the current debugger connected to the application. 

CreateInstanceAtApplication
Create objects in the application process address space. 

QueryAlive
Indicates if the application is alive. 

EnumThreads
Enumerates all threads known to be associated with the application. 

GetName
Description of GetName 

GetRootNode
Returns the application node under which all nodes associated with the application are added. 

EnumGlobalExpressionContexts
Enumerates all global expression contexts.