コード例 #1
0
ファイル: debug.py プロジェクト: JakrarinSrimakut/Android
def step():
    web_debugger.do_step()
    redirect(URL("interact"))
コード例 #2
0
ファイル: debug.py プロジェクト: AlecTaylor/openshift_web2py
def step():
    web_debugger.do_step()
    redirect(URL("interact"))