vs code extensions python debug code example
Example 1: getting started vscode python
py -3 -m venv .venv
.venv\scripts\activate
Example 2: remote python running line by line visual code
python -m debugpy --listen 5678 ./myscript.py
py -3 -m venv .venv
.venv\scripts\activate
python -m debugpy --listen 5678 ./myscript.py