Is the debugger plug-in of zendstudio used to debug php code? I cannot download the link on the official website. thank you. RT.
Reply to discussion (solution)
Isn't it difficult to install plug-ins? You can directly echo/print_r ()/var_dump () in the browser to debug it.
Isn't it difficult to install plug-ins? You can directly echo/print_r ()/var_dump () in the browser to debug it. I am a beginner in php and want to get started with new projects. so I want to understand how to debug the new projects and get familiar with the project business as soon as possible. how can I debug the command line?
To view the value of a variable, echo $ s directly in the code.
To view the value of a variable, echo $ s directly in the code. In this case, the entire code process cannot be debugged. it is difficult to install the plug-in!
Directly install Zend Server + zend studio automatically.
Directly install Zend Server + zend studio automatically. If the development environment is apche + php5.3.x + zend studio, zend debugger (ETS) cannot be installed ~! The thread-safe apche cannot be compatible with the zend debugger of the CNT and uses x_debugger.
Take a look at xdebug
I am using eclipse + pdt and it is very easy to use in the pdt settings ~
Phpdbg
Php5.6 has fixed the need for built-in phpdbg ~ It is worth looking ~