mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
don't import pdb up front to prevent a crash in the publish
This commit is contained in:
parent
4a8e1f8773
commit
2630c3bd50
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
import inspect
|
import inspect
|
||||||
import pdb
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
#Bpdb - breakpoint debugging system (kanpatel - 04/2010)
|
#Bpdb - breakpoint debugging system (kanpatel - 04/2010)
|
||||||
@ -384,6 +383,7 @@ class BpDb:
|
|||||||
#cache this as the latest bp
|
#cache this as the latest bp
|
||||||
self.lastBp = bp.getParts()
|
self.lastBp = bp.getParts()
|
||||||
#set up and start debuggger
|
#set up and start debuggger
|
||||||
|
import pdb
|
||||||
self.pdb = pdb.Pdb()
|
self.pdb = pdb.Pdb()
|
||||||
#self.pdb.do_alias('aa bpdb.addPdbAliases()')
|
#self.pdb.do_alias('aa bpdb.addPdbAliases()')
|
||||||
self.addPdbAliases()
|
self.addPdbAliases()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user