fabioz / PyDev.Debugger

Sources for the debugger used in PyDev, PyCharm and VSCode Python
Eclipse Public License 1.0
425 stars 122 forks source link

Stackless does not support PEP 523 "eval_frame". #198

Closed akruis closed 3 years ago

akruis commented 3 years ago

Disable the eval frame for Stackless python, because it can't support it. Stackless issue is https://github.com/stackless-dev/stackless/issues/240

I didn't became aware of this problem earlier, because I always use Eclipse PyDev without Cython.

fabioz commented 3 years ago

Just merged. Thanks for the fix.