Home > Development Tools > VSCode > body text

Python cannot F5 code under vscode

王林
Release: 2019-12-14 15:21:31
Original
4580 people have browsed it

Python cannot F5 code under vscode

Phenomena:

Error report: Timeout waiting for debugger connection

Python cannot F5 code under vscode

In integration Terminal shows: 'cmd' is not recognized as an internal or external command, operable program or batch file.

Note that if you do not select integrated terminal during debugging, you will not be able to see it.

Python cannot F5 code under vscode

Cause:

The fundamental problem lies in the environment variables.

Solution:

Open the environment variable editor (directly search for path), and add the path (case-insensitive) environment variable to the system variables.

Content: %SystemRoot%\System32

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of Python cannot F5 code under vscode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template