Of course, this thing consumes a lot of memory, so it is not recommended if the configuration is poor.
When I used it recently, I found that after setting up a PHP project, and then opening Zend Studio for Eclipse, this error occurred
An internal error occurred during: "Building PHP projects ..."
java.lang.NullPointerException
It is very annoying. After the error, PHP projects will stop building, and all code prompts will disappear. You need to rebuild manually .
I found a solution in the zend forum today and share it:
Select Window -> Preference -> General -> Startup and Shutdown
Change "Advanced Debugger" from the menu Remove the two options "UI Plug-in" and "PDT debug daemon Plug-in".
Turn off "Build Automatically"
Right-click on the project -> "Properties" > "Builders" and remove "PHP Project Builder"