PyIDebugApplication.AddStackFrameSniffer
int = AddStackFrameSniffer(pdsfs)
Adds a stack frame sniffer to this application.
Parameters
Comments
Generally called by a language engine to expose its stack frames to the debugger. It is possible for other entities to expose stack frames.
Return Value
The result is an integer cookie, to be passed to PyIDebugApplication::RemoveStackFrameSniffer