vscode-debugger

Visual Studio Code's debugger & pipenv

Visual Studio Code's debugger & pipenv Question: I would like to use Visual Studio Code’s debugger to debug my python code, but exception occurs. I use Windows 10, WSL, Debian, Python 3.7.6. Exception has occurred: ModuleNotFoundError No module named ‘flask’ File “/home/kazu/test/main.py”, line 2, in <module> from flask import Flask This is python debugger console’s …

Total answers: 3

Setup custom launcher with paths as a param values in VS Code (Flask – certificate path)

Setup custom launcher with paths as a param values in VS Code (Flask – certificate path) Question: There is an example in Visual Studio Code python setup tutorial it is shown how to setup Flask. My problem starts when I try to provide self-signed certificate paths. I’ve tried to add following configuration: { “name”: “Python: …

Total answers: 2