如题,错误提示
If the debug session fails to start,
please check the following list of common problems: - The address you're trying to connect to may be invalid.
- The Zend Debug Server may not be properly
   installed on the server you're connecting to.
   You can test this by checking the output of phpinfo()
   on your server, and search for 'Zend Debugger'.
   If it's not installed, you should install the
   Zend Platform on your server.
- The Zend Platform may be configured not to
   allow your host to start debug sessions.
   You can configure the list of allowed/denied hosts in
   the Zend Platform, or in your php.ini file.
- Your machine may be firewalled, and prevent the
   Zend Debug Server from connecting to it.
   The Zend Debug Server attempts to connect back to your
   machine at a specified port (default is 10000, can be
   configured in the Preferences Dialog ->Debug Tab).
   You may have to open this port in your firewall
   to enable remote debugging.
- The address you typed in may not be a valid PHP file.
   PHP must be installed on the server, and configured
   to handle the specified extension as a PHP file.
- You may be trying to connect through a proxy server.
   Try to disable your proxy (entirely, or for the specific
   server that you're trying to connect to).
- Possibly, some other type of error may have occurred.
   Try to check the end of your server's error log
   (typically under /var/log/httpd/error_log in UNIX
   systems) for possible error messages.The Zend Debug Server did not connect.
Please check the Troubleshooting pane for possible causes.