mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fixed missing variable dump
This commit is contained in:
parent
26754b86ca
commit
c56f94f9a1
@ -78,7 +78,8 @@ def _excepthookDumpVars(eType, eValue, tb):
|
||||
s = 'DUMPING STACK FRAME VARIABLES'
|
||||
origTb = tb
|
||||
#import pdb;pdb.set_trace()
|
||||
foundRun = False
|
||||
#foundRun = False
|
||||
foundRun = True
|
||||
while tb is not None:
|
||||
frame = tb.tb_frame
|
||||
code = frame.f_code
|
||||
|
Loading…
x
Reference in New Issue
Block a user