Python Debugger Extension Available: Cython extension speeds up Python debugging问题
问题描述
产生原因
Cython Speedups
相当于pycharm提供的一种加速调试工具
解决方案
macOS and *NIX
When the users start the debugger session, the notification pop-up
window appears. The users just need to click the Install link there:
Windows
You don’t need to do anything. We’ve bundled precompiled extensions, so you’re already using them.
详细请参考原文:
https://www.jetbrains.com/help/pycharm/2017.2/cython-speedups.html