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
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
The process event is sent after PTVSD sends the CMD_RUN command request to pydevd.
In wrapper.py the on_configurationDone method sends the CMD_RUN request and waits for a response. However pydevd doesn't send any response for the CMD_RUN request.
Solution - remove the yield
The text was updated successfully, but these errors were encountered:
The process event is sent after PTVSD sends the CMD_RUN command request to pydevd.
In
wrapper.py
theon_configurationDone
method sends theCMD_RUN
request and waits for a response. However pydevd doesn't send any response for theCMD_RUN
request.Solution - remove the
yield
The text was updated successfully, but these errors were encountered: