microsoft / ptvsd

Python debugger package for use with Visual Studio and Visual Studio Code.
Other
550 stars 68 forks source link

Python debug restart fails #2078

Closed naschidaniel closed 4 years ago

naschidaniel commented 4 years ago

The restart Button fails to start the debug modus for my django enviroment.

Environment data

Expected behaviour

If i press the restart button, the debugmodus and the server should restart

Actual behaviour

Since 1.42.0 the restartbutton fails to restart

Steps to reproduce:

Install conda Install django

launch.jsong { "name": "Python: Django", "type": "python", "request": "launch", "program": "${workspaceFolder}/manage.py", "args": [ "runserver", "--noreload" ], "django": true }

Thanks for your support

karthiknadig commented 4 years ago

This has been addressed. The fixed verison should be available in the next release https://github.com/microsoft/ptvsd/issues/2029