Closed
Description
Environment data
Version: 1.61.0
Commit: ee8c7def80afc00dd6e593ef12f37756d8f504ea
Extension version Python: v2021.10.1317843341
Extension version Pylance: v2021.10.0
Date: 2021-10-07T18:11:02.929Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.4.0-87-generic
Actual behavior
Debugger don't stop on the points when GEVENT_SUPPORT=true
My web framework (Odoo) based on Werkzeug wsgi server runs with "workers". It requires GEVENT_SUPPORT=true option
that vscode hints me. But in this "GEVENT" mode my debugger don't stop at the selected points.
In GEVENT_SUPPORT=false and workers_count=1 everything is OK, debugger stops without any problem.