Step-by-step debugging with IPython

后端 未结 15 2207
隐瞒了意图╮
隐瞒了意图╮ 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条回答
  •  Happy的楠姐
    2020-12-02 03:54

    From python 3.2, you have the interact command, which gives you access to the full python/ipython command space.

提交回复
热议问题