Skip to content

Latest commit

 

History

History
160 lines (80 loc) · 4.26 KB

PyIRemoteDebugApplicationEvents.md

File metadata and controls

160 lines (80 loc) · 4.26 KB

PyIRemoteDebugApplicationEvents

PyIRemoteDebugApplicationEvents Object

Description of the interface

Methods

OnBreakFlagChange(abf, prdatSteppingThread) Description of OnBreakFlagChange.

Parameters

OnClose() Description of OnClose.

OnConnectDebugger(pad) Description of OnConnectDebugger.

Parameters

OnCreateThread(prdat) Description of OnCreateThread.

Parameters

OnDebugOutput(pstr) Description of OnDebugOutput.

Parameters

  • pstr : unicode

    Description for pstr

OnDestroyThread(prdat) Description of OnDestroyThread.

Parameters

PyIRemoteDebugApplicationEvents.OnDisconnectDebugger

OnDisconnectDebugger() Description of OnDisconnectDebugger.

OnEnterBreakPoint(prdat) Description of OnEnterBreakPoint.

Parameters

OnLeaveBreakPoint(prdat) Description of OnLeaveBreakPoint.

Parameters

OnSetName(pstrName) Description of OnSetName.

Parameters

  • pstrName : unicode

    Description for pstrName