Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Process event is not sent back by PTVSD #93

Closed
DonJayamanne opened this issue Feb 17, 2018 · 0 comments
Closed

Process event is not sent back by PTVSD #93

DonJayamanne opened this issue Feb 17, 2018 · 0 comments

Comments

@DonJayamanne
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant