Home>Article>Development Tools> vscode cannot set breakpoints

vscode cannot set breakpoints

王林
王林 Original
2019-11-06 13:25:28 11583browse

vscode cannot set breakpoints

Vscode solves the problem of not being able to break points in Html files:

By default, VSCode cannot break points in Html files, but the settings can be modified. .

1. First open: File->Preferences->Settings Options;

2. Then open Functions->Debugging->check "Allow any Set breakpoint in file" option.

vscode cannot set breakpoints

This way you can break points in the Html script tag.

Recommended tutorial:vscode tutorial

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

Statement:
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