-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support gevent 20.12.1 #515
Comments
If you're using gevent, you need to tell the debugger so that it tries to play nice with it:
|
Closing since it's expected that things don't work if Feel free to reopen if you find any issues when running with the |
Its set up on my env var, I just forget to add in this example |
Reopening then... can you provide the logs for the run? i.e.:
|
I took a quick look at: https://github.com/gevent/gevent/blob/master/src/gevent/threadpool.py and it seems that So, some work is probably needed on the debugger now that |
you are right, thank you! |
I'll keep it open since we should support the newer release in the future... |
@fabioz you mentioned this ticket as the way to track progress for newer gevent support in #189. Is this now the central ticket for us to track if we are looking to find out when newer gevent releases (e.g. 21 and above) are supported? Thanks for all of the digging you've done to uncover the root(s) of the problem. Your analysis in #189 was enlightening. |
…VENT_SHOW_PAUSED_GREENLETS env var). Fixes microsoft#515
…VENT_SHOW_PAUSED_GREENLETS env var). Fixes microsoft#515
I've tried out the version mentioned here, 20.12.1, and the latest, 21.12.0 but both seem to still produce the error so not sure if this has been fixed? |
tried with version 21.12.0 on macos intel, and it is still not stopping on breakpoints |
I'm having a similar issue with |
Environment data
Actual behavior
Running the app from the debug console doesn't stop in some breakpoints and a warning is printed.
Expected behavior
Stop in all breakpoints and resolve warnings
Steps to reproduce:
setup a virtualenv
install packages
create file
run.py
launch.json
settings.json
Run from debug
Logs
The text was updated successfully, but these errors were encountered: