I am experimenting with Visual Studio Code and so far, it seems great (light, fast, etc). I am trying to get one of my Python apps running that uses a virtual environment, but also uses libraries that are not in the site-package of my virtual environment. I know that in settings.json, I can specify a python.pythonPath setting, which I have
Tag: visual-studio-code
How to configure Visual Studio Code to debug Django app in a virtualenv?
I would like to have possibility to do a debugging of Django application in Visual Studio Code. I have a virtualenv, made a change in launch.json file that look like this: put several break points in the code and run it. Unfortunately, the execution is not stopped on the line with break points. I tried the same without virtualenv and
How can I debug Python 3 code in Visual Studio Code?
I want to debug a project written in Python 3 in Visual Studio Code, but I can’t seem to find any way of specifying interpreter or Python version in the launch.json file. It works great for Python 2, so the question is, how do I make it work for Python 3? Answer Python 3 debugging works well also. It is a little