Description of the interface
-
Description of OnConnectDebugger
-
Description of OnDisconnectDebugger
-
Description of OnSetName
-
Description of OnDebugOutput
-
Description of OnClose
-
Description of OnEnterBreakPoint
-
Description of OnLeaveBreakPoint
-
Description of OnCreateThread
-
Description of OnDestroyThread
-
Description of OnBreakFlagChange
PyIRemoteDebugApplicationEvents.OnBreakFlagChange
OnBreakFlagChange(abf, prdatSteppingThread) Description of OnBreakFlagChange.
-
abf : int
Description for abf
-
prdatSteppingThread : PyIRemoteDebugApplicationThread
Description for prdatSteppingThread
PyIRemoteDebugApplicationEvents.OnClose
OnClose() Description of OnClose.
PyIRemoteDebugApplicationEvents.OnConnectDebugger
OnConnectDebugger(pad) Description of OnConnectDebugger.
-
pad : PyIApplicationDebugger
Description for pad
PyIRemoteDebugApplicationEvents.OnCreateThread
OnCreateThread(prdat) Description of OnCreateThread.
-
prdat : PyIRemoteDebugApplicationThread
Description for prdat
PyIRemoteDebugApplicationEvents.OnDebugOutput
OnDebugOutput(pstr) Description of OnDebugOutput.
-
pstr : unicode
Description for pstr
PyIRemoteDebugApplicationEvents.OnDestroyThread
OnDestroyThread(prdat) Description of OnDestroyThread.
-
prdat : PyIRemoteDebugApplicationThread
Description for prdat
PyIRemoteDebugApplicationEvents.OnDisconnectDebugger
OnDisconnectDebugger() Description of OnDisconnectDebugger.
PyIRemoteDebugApplicationEvents.OnEnterBreakPoint
OnEnterBreakPoint(prdat) Description of OnEnterBreakPoint.
-
prdat : PyIRemoteDebugApplicationThread
Description for prdat
PyIRemoteDebugApplicationEvents.OnLeaveBreakPoint
OnLeaveBreakPoint(prdat) Description of OnLeaveBreakPoint.
-
prdat : PyIRemoteDebugApplicationThread
Description for prdat
PyIRemoteDebugApplicationEvents.OnSetName
OnSetName(pstrName) Description of OnSetName.
-
pstrName : unicode
Description for pstrName