To debug a PHP script situated on your workspace:- Set breakpoints at the relevant locations in your script by double-clicking the Marker Bar (located at the left of the editor area) at the relevant line. A blue ball appears to indicate that a breakpoint is set.
- From the main menu, select Run | Open Debug Dialog
-Or- right-click the file in PHP Explorer view and select Debug As | Open Debug Dialog. - To create a new configuration, double-click the ‘PHP Script’ category.
- Under the Debugger Location category, choose whether you want to debug locally using the internal debugger (PHP executable) or remotely, using your server’s debugger (PHP Web Server.
- Enter all other information and click Apply and Debug.
|
|
| |
| To debug a PHP Web page situated on a server:- From the main menu, select Run | Open Debug Dialog -or- right-click the file in PHP Explorer view and select Debug As | Open Debug Dialog.
- To create a new configuration, double-click the ‘PHP Web Page’ category.
- Enter the required information and click Apply and Debug.
|
debug a PHP script, debug a PHP script in Zend Studio, zend studio
Tech Guru, Zend Studio