Panda3D
Loading...
Searching...
No Matches
Classes | Functions | Variables
direct.showbase.ExceptionVarDump Namespace Reference

Classes

class  _AttrNotFound
 

Functions

 _excepthookDumpVars (eType, eValue, tb)
 
 _varDump__init__ (self, *args, **kArgs)
 
 _varDump__print (exc)
 
 install (log, upload)
 

Variables

 _savedExcString
 
 _savedStackFrames
 
bool dumpOnExceptionInit = False
 
 notify = directNotify.newCategory("ExceptionVarDump")
 
 oldExcepthook = None
 
int reentry = 0
 
int sReentry = 0
 
list variableDumpReasons = []
 
bool wantStackDumpLog = False
 
bool wantStackDumpUpload = False
 

Function Documentation

◆ _excepthookDumpVars()

_excepthookDumpVars ( eType,
eValue,
tb )
protected

◆ _varDump__init__()

_varDump__init__ ( self,
* args,
** kArgs )
protected

◆ _varDump__print()

_varDump__print ( exc)
protected

◆ install()

install ( log,
upload )
Installs the exception hook.

Variable Documentation

◆ _savedExcString

_savedExcString
protected

◆ _savedStackFrames

_savedStackFrames
protected

◆ dumpOnExceptionInit

bool dumpOnExceptionInit = False

◆ notify

notify = directNotify.newCategory("ExceptionVarDump")

◆ oldExcepthook

oldExcepthook = None

◆ reentry

int reentry = 0

◆ sReentry

int sReentry = 0

◆ variableDumpReasons

list variableDumpReasons = []

◆ wantStackDumpLog

bool wantStackDumpLog = False

◆ wantStackDumpUpload

bool wantStackDumpUpload = False