[Solution found!] 您可以在pdb中执行此操作,以使用所有可用的本地变量启动临时的交互式Python会话: (pdb) !import code; code.interact(local=vars()) Python 2.6.5 ...
確定! 回上一頁