Home:ALL Converter>Python debugging in VScode

Python debugging in VScode

Ask Time:2018-12-06T21:10:08         Author:pyuser00

Json Formatter

I installed the new VScode v1.29.1 with Python 2018.11.0 extension and cannot execute the debugger. I was able to debug Python in previous VScode installs, but now I am getting the error: "Program 'python' failed to run: No application is associated with the specified file for this operation". The status bar at the bottom indicates I am running Python 3.6.4 and my launch.json is configured for Python: current File (Integrated Terminal).

Why is this so complicated? Visual Studio, Spyder, Pycharm etc. you just install and start working, but VScode requires all this configuration to perform even the simplest debugging?

Author:pyuser00,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53652225/python-debugging-in-vscode
yy