The Advanced Web Configuration dialog box enables you to specify advanced debugging options for the Run configuration of your PHP project. You can set the following properties for the selected Run configuration.
Element | Description |
---|---|
Debug URL |
Specify the behavior of the IDE when debugging the application. |
Default |
When selected, the IDE uses the default project URL when debugging the application. This option is selected by default. |
Ask Every Time |
When selected, you are prompted to supply the URL. |
Do Not Open Browser |
When selected, no URL is opened in the browser. |
Path Mapping |
Specify any required mappings between the server path and the project path. To create or edit a mapping, double-click in the text field in the Server Path column of the table and type the server path. Click the ellipsis (...) on the right side of the Project Path column and select the project folder that you want to map to the specified server path. Click New to create a new row in the table. |
Debugger Proxy |
Specify the name of the proxy host and port number if required for debugging. |
Related Topics
Developing Applications with NetBeans IDE,
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |