Пример #1
0
def main():
    sethelper()
    setDefaultEncoding()
    if BigWorld.component not in ('client', 'bot'):
        setUpPaths()
    import bwpydevd
    bwpydevd.startDebug(isStartUp=True)
Пример #2
0
 def __init__(self):
     BigWorld.UserDataObject.__init__(self)
     import bwpydevd
     bwpydevd.startDebug()
     width = self.Size[0]
     height = self.Size[0]
     position = Math.Vector2(self.position.x, self.position.z) - self.Size
     alpha = self.direction.z
Пример #3
0
def main():
    sethelper()
    setDefaultEncoding()
    if BigWorld.component not in ('client', 'bot'):
        setupPaths()
    setTwistedReactor()
    import bwpydevd
    bwpydevd.startDebug(isStartUp=True)
Пример #4
0
 def __init__(self):
     BigWorld.UserDataObject.__init__(self)
     import bwpydevd
     bwpydevd.startDebug()
     width = self.Size[0]
     height = self.Size[0]
     position = Math.Vector2(self.position.x, self.position.z) - self.Size
     alpha = self.direction.z
Пример #5
0
def main():
    BWLogging.init()
    set_builtin_open_patch()
    set_threading_bootstrap()
    set_helper()
    set_default_encoding()
    setup_paths()
    revert_builtin_open_patch()
    set_twisted_reactor()
    import bwpydevd
    bwpydevd.startDebug(isStartUp=True)