microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
41 stars 17 forks source link

not able to run debug using vscode anymore #265

Open mrajancsr opened 3 months ago

mrajancsr commented 3 months ago

Hello, i have the following launch.json

{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "debugpy", "request": "launch", "program": "${file}", "console": "integratedTerminal", "cwd": "${fileDirname}", "env": { "PYTHONPATH": "${PROJ_DIR}:${PYTHONPATH}" } } ] }

Operating system: Ventura 13.1 Chip: Apple M1 Max

For some reason, the debug button on top right doesn't work any more Screenshot 2024-03-13 at 6 26 07 PM

And so i have to hover the mouse on the left hand side and click debug and when i do, it complains that i need to select a python interpreter and just crashes. Its been over a month and no one has fixed this issue and its affecting my productivity. Whats the plan on when to fix this?

paulacamargo25 commented 2 months ago

Hi @mrajancsr thanks for your bug report, this issue has already been resolved, could you try with the latest insider version of the Python Debugger Extension? Thanks