There's the pdb (and ipdb) module which provide interactive debuggers. You can use import pdb; pdb.set_trace(). to insert a breakpoint wherever you want.
確定! 回上一頁