python之pdb調試命令

where(w) 找出當前代碼運行位置 list(l) 顯示當前代碼的部分上下文 list 顯示指定行的上下文 list <line number1, line number2> 顯示指定開始行到結束行的代碼 up(u) 返回上個調用點 down(d) 返回下個調用點 args(a) 顯示當前所有變量 print§ 打印表達式結果 9 ! 運行python命令,比如!test=‘hello’ 將會
相關文章
相關標籤/搜索