You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a recent fix in debugpy to work properly with IPython and the fix requires that "PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING" = "1" is set in the environment prior to importing debugpy.
@DonJayamanne yes, when using IPython it should always be set (it'll do nothing in debupy 1.6.2 and earlier but on newer versions it should fix the issues related to stepping in IPython).
There was a recent fix in
debugpy
to work properly with IPython and the fix requires that"PYDEVD_IPYTHON_COMPATIBLE_DEBUGGING" = "1"
is set in the environment prior to importingdebugpy
.See: microsoft/debugpy#869 (comment) for details on why a custom support was needed.
The text was updated successfully, but these errors were encountered: