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

Django debug config selection: Manually entering the path does not work #284

Closed aeschli closed 3 months ago

aeschli commented 3 months ago

Testing #279

The created launch config references "program": "${workspaceFolder}/manage.py", not moooo.py

paulacamargo25 commented 3 months ago

Duplicated: https://github.com/microsoft/vscode-python-debugger/issues/283