Отладчик VS Code по умолчаниюPython

Программы на Python
Anonymous
Отладчик VS Code по умолчанию

Сообщение Anonymous »


When I create a new Python file (Mac) in VS Code and try to run it, a window at the top pops up to select a debugger (debugger dialog). I can click on Python Debugger, then I can run the program with no problems, and when I run it again, this msg doesn't appear.

Alternatively, if I click on "Install an Extension", a list pops up. I've selected "Python Debugger" (many times) but I get the same window popping up. select debugger

I've seen references to .vscode files. I searched my drive, and I have dozens of them. Are there settings in VS Code where I can tell it to always use the Python Debugger? If so, could you please explain how to do this?

I don't know what I did because this message never appeared until recently. It always used the Python Debugger.


Источник: https://stackoverflow.com/questions/780 ... e-debugger

Вернуться в «Python»