onHandleBreakPoint(prpt, br, pError)
Called when a breakpoint is hit.
Parameters
prpt : PyIRemoteDebugApplicationThread
Description for prptbr : int
Description for brpError : IActiveScriptErrorDebug
Description for pErrorComments
The application will remain
suspended until the debugger IDE calls PyIDebugApplication::ResumeFromBreakPoint
.