When importing `debugpy`, `PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING=1` should be set
未关闭
- 主要语言
- Python
- 星标
- 734
- 派生
- 412
- 平均合并
- 1 天 5 小时
- 30 天内合并 PR
- 8
描述
A new flag is available in `pydevd` which allows a user to step into library code without getting inside of IPython internals while doing so.
To make use of this, `PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING` must be set to `1` in the `os.environ` prior to importing `debugpy`.
See: https://github.com/microsoft/debugpy/issues/869 for more information.
贡献指南
评估
这个 Issue 还没有评估数据。