IPython嵌入断点 - 如何查看断点周围的代码?

时间:2017-06-21 21:23:14

标签: python debugging ipython pry

说我有一些带有embed断点的python代码,如下所示:

from IPython import embed

def my_func(self):
  some_var = 'awesome sauce'
  embed()
  # other stuff happens

当我运行我的测试跑步者时...说pytest

$ python -m pytest -k test_something_awesome

我的ipython终端如何为我的embed断点提供上下文代码?

所以而不是:

how to create a Macro in OutLook

我会得到类似于ruby的PRY输出,如:

enter image description here

0 个答案:

没有答案