SourcePawn::IDebugListener Class Reference

Provides callbacks for debug information. More...

#include <public/sourcepawn/sp_vm_api.h>

List of all members.

Public Member Functions

virtual void OnContextExecuteError (IPluginContext *ctx, IContextTrace *error)=0
 Invoked on a context execution error.
virtual void OnDebugSpew (const char *msg,...)=0
 Called on debug spew.


Detailed Description

Provides callbacks for debug information.

Definition at line 955 of file sp_vm_api.h.


Member Function Documentation

virtual void SourcePawn::IDebugListener::OnContextExecuteError ( IPluginContext ctx,
IContextTrace error 
) [pure virtual]

Invoked on a context execution error.

Parameters:
ctx Context.
error Object holding error information and a backtrace.

virtual void SourcePawn::IDebugListener::OnDebugSpew ( const char *  msg,
  ... 
) [pure virtual]

Called on debug spew.

Parameters:
msg Message text.
fmt Message formatting arguments (printf-style).


The documentation for this class was generated from the following file:
Generated on Thu Aug 28 22:10:32 2008 for SourceMod SDK by  doxygen 1.5.1