PhpStorm 2018.1 Help

Web Server Debug Validation Dialog

Run | Web Server Debug Validation


Use this dialog box to initiate validation of the debugger setup in a local or remote environment. In the context of PhpStorm, the term remote denotes any environment outside the project root. This can be a server on physically remote host, or a Vagrant box, or a server on the same machine but in a folder outside your project root.

ItemDescription
Local Web Server or Shared Folder Choose this option to check a debugger associated with a local Web server.
  • Path to Create Validation Script: In this field, specify the absolute path to the folder under the server document root where the validation script will be created. For Web servers of the type Inplace, the folder is under the project root.

    The folder must be accessible through http.

  • URL to Validation Script: In this text box, type the URL address of the folder where the validation script will be created. If the project root is mapped to a folder accessible through http, you can specify the project root or any other folder under it.
Remote Web Server Choose this option to check a debugger associated with a remote server.
  • Path to Create Validation Script: In this field, specify the absolute path to the folder under the server document root where the validation script will be created. The folder must be accessible through http.
  • Deployment Server: In this field, specify the server access configuration of the type Local Server or Remote Server to access the target environment. For details see Configuring Synchronization with a Web Server.

    Choose a configuration from the drop-down list or click Browse browseButton in the Deployment dialog.

Validate Click this button to have PhpStorm create a validation script, deploy it to the target remote environment, and run it there.
Last modified: 27 July 2018

See Also