PyIApplicationDebugger.onHandleBreakPoint

onHandleBreakPoint(prpt, br, pError)

Called when a breakpoint is hit.

Parameters

prpt : PyIRemoteDebugApplicationThread

Description for prpt

br : int

Description for br

pError : IActiveScriptErrorDebug

Description for pError

Comments

The application will remain suspended until the debugger IDE calls PyIDebugApplication::ResumeFromBreakPoint .