admin
cache
cfs
compileapp
contenttype
custom_import
dal
debug
decoder
fileutils
globals
highlight
html
http
languages
main
messageboxhandler
myregex
newcron
portalocker
recfile
restricted
rewrite
sanitizer
scheduler
serializers
settings
shell
sql
sqlhtml
storage
streamer
template
tools
utf8
utils
validators
widget
xmlrpc
gluon.debug.
Pipe
基类:queue.Queue
queue.Queue
flush
read
readline
write
WebDebugger
基类:gluon.contrib.dbg.Frontend
gluon.contrib.dbg.Frontend
QDB Web2py接口
clear_interaction
do_continue
继续执行,仅在遇到断点时停止。
do_exec
do_next
执行当前行,不要在函数调用时停止
do_quit
退出调试器。正在执行的程序被中止。
do_return
继续执行,直到当前函数返回
do_step
执行当前行,在第一个可能的情况下停止
exception
显示用户例外
interaction
run
主方法调度器(无限循环)
check_interaction
装饰师在不可用时清洁并防止相互作用
communicate
向Debuger发送命令,等待结果
set_trace
断点快捷方式(如PDB)
stop_trace
停止等待调试器(称为Atexit)