Home >Software Tutorial >Computer Software >How to deal with the js error loop that always pops up when building in eclipse
When using Eclipse for PHP development, have you ever encountered the problem of JavaScript error loop prompt boxes constantly popping up during build? PHP editor Xinyi understands that this problem may be caused by the JavaScript validator in Eclipse. In order to solve this problem, please continue reading the following article to learn more:
When using eclipse, the following box often pops up inexplicably, and sometimes it even loops endlessly. Seriously affects development efficiency.
The reason analysis is that some js codes of our project have errors when verified by eclipse, but there are actually no errors.
1 window->preference->Java Script->Validator->Errors/Warnings->Enable Javascript Sematic validation
2 Find the project directory .project removal. The following code.
The above is the detailed content of How to deal with the js error loop that always pops up when building in eclipse. For more information, please follow other related articles on the PHP Chinese website!