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 還沒有評估資料。