Product Documentation

ActivePython 2.5 Documentation


PyIApplicationDebugger Object

Description of the interface

Methods

QueryAlive
Returns true if alive, else false. 

CreateInstanceAtDebugger
Create objects in the application process address space. 

onDebugOutput
Called when PyIDebugApplication::DebugOutput is called. 

onHandleBreakPoint
Called when a breakpoint is hit. 

onClose
Called when PyIDebugApplication::Close is called. 

onDebuggerEvent
Handle a custom event.