Rt
Reply to discussion (solution)
Is it not troublesome to install the plug-in? In the browser directly Echo/print_r ()/var_dump () can be debugged.
Is it not troublesome to install the plug-in? In the browser directly Echo/print_r ()/var_dump () can be debugged. Beginner PHP to get started with new projects so I want to understand how to debug easy to familiarize with the project business as soon as possible how do you debug the command line?
To see the value of a variable, echo $s directly in the code; This output.
To see the value of a variable, echo $s directly in the code; This output. This does not debug the entire code flow of the installation plug-in good trouble!
Directly install Zend Server +zend Studio to do it automatically.
Directly install Zend Server +zend Studio to do it automatically. The development environment is Apche + php5.3.x + Zend Studio Such environment is unable to install Zend Debugger (NTS)! Thread-safe Apche cannot be compatible with NTS Zend debugger decisively with X_debugger
Look at Xdebug.
I use Eclipse + PDT to the PDT settings very useful ~
phpdbg
php5.6 has been set to build a phpdbg ~ worth watching ~