This procedure describes how to run files in your workspace using your server's debugger. Use this function if you want to test the execution of the file in 'real time' on the production server. This is especially relevant if your server has loaded extensions.
Your server must be running the Xdebug or Zend Debugger in order for remote debugging capabilities to function.
To remotely run a PHP Script:
Your script will be run and displayed in a browser.
If the file contains 'include' or 'require' calls to files which are not contained within the project, you must add them to the project's Include Path in order to simulate your production environment. In addition, if a file defined with an absolute path to a server location (See 'Include Paths' for more on absolute file locations) is called, a Path Mapping dialog will appear. See Path Mapping for more information.