This file is part of the web2py Web Framework Developed by Massimo Di
Pierro <mdipierro@cs.depaul.edu>, limodou <limodou@gmail.com>
and srackham <srackham@gmail.com>. License: LGPLv3
(http://www.gnu.org/licenses/lgpl.html)
|
logger = logging.getLogger("web2py")
|
|
pipe_in = Pipe('in')
|
|
pipe_out = Pipe('out')
|
|
debugger = pdb.Pdb(completekey= None, stdin= pipe_in, stdout= ...
|
|
interact_lock = <_RLock owner=None count=0>
|
|
run_lock = <_RLock owner=None count=0>
|
|
front_conn = qdb.QueuePipe("parent", parent_queue, child_queue)
|
|
child_conn = qdb.QueuePipe("child", child_queue, parent_queue)
|
|
web_debugger = WebDebugger(front_conn)
|
|
qdb_debugger = qdb.Qdb(pipe= child_conn, redirect_stdio= False...
|
|
dbg = qdb.Qdb(pipe= child_conn, redirect_stdio= False, skip= N...
|
|
__package__ = ' gluon '
|
|
child_queue = <Queue.Queue instance at 0x3bfd050>
|
|
parent_queue = <Queue.Queue instance at 0x3bfd4d0>
|