Step-by-step debugging with IPython

后端 未结 15 2189
隐瞒了意图╮
隐瞒了意图╮ 2020-12-02 03:43

From what I have read, there are two ways to debug code in Python:

  • With a traditional debugger such as pdb or ipdb. This supports c

15条回答
  •  情深已故
    2020-12-02 04:13

    If you type exit() in embed() console the code continue and go to the next embed() line.

提交回复
热议问题