Home>Article>Development Tools> 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.
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!