-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Python Debugger won't launch for conda envs #18847
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
Comments
Exactly the same issue. The pre-Release version v2022.5.10911002 does not work, either. Only the older version works. |
Same here. Older version works for me as well. Only happens when I start VS Code by typing "code" from activated environment on Miniconda, which I need to do |
Workaround --> Temporarily downgrading to v2022.2.1924087327 |
Can you try installing https://github.com/karrtikr/vscode-python/suites/5930400930/artifacts/202870711 and see if it fixes the issue? Use Extension: Install from VSIX command to install the VSIX. |
Yes, it does. Thanks very much. |
Issue Type: Bug
Behaviour
Debug overlay appears for a brief second, and then nothing happens afterwards.
Ran suggested command in #18436 (comment)
Got this output:
Content-Length: 137
{"seq": 1, "type": "event", "event": "output", "body": {"category": "telemetry", "output": "ptvsd", "data": {"packageVersion": "1.6.0"}}}Content-Length: 139
{"seq": 2, "type": "event", "event": "output", "body": {"category": "telemetry", "output": "debugpy", "data": {"packageVersion": "1.6.0"}}}
Expected vs. Actual
Expected: launch python debugging session
Actual: debugging session does not launch, no indication of error.
Steps to reproduce:
Diagnostic data
python.languageServer
setting: DefaultUser Settings
Extension version: 2022.4.0
VS Code version: Code 1.66.0 (e18005f0f1b33c29e81d732535d8c0e47cafb0b5, 2022-03-30T05:50:14.623Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: