PhpStorm 6.0.1 Web Help

This run/debug configuration becomes available, when XPath View+XSLT Support plugin is enabled.

The dialog box consists of the following tabs:

This section provides descriptions of the configuration-specific items, as well as the toolbar and options that are common for all run/debug configurations.

The dialog box consists of the following tabs and areas:

Settings Tab

ItemDescription
Input Use the controls in this area to specify the XML file to process and the script to be executed.
  • XSLT Script File - in this text box, specify the path to the XSLT stylesheet file. Type the path manually or click the Browse button browseButton.png and select the desired file in the Choose XSLT File dialog box, that opens.
  • Choose XML Input File - from this drop-down list, select the XML input file to be transformed. The list contains all the XML files that have been associated with the chosen stylesheet via the File Associations functionality. To specify a file, which is not on the list, click the Browse button browseButton.png and select the desired file in the Choose XML File dialog box, that opens.
Output Use the controls in this area to configure handling of the script output.
  • Show in Default Console - select this option to have the output displayed in the normal run console, together with any warnings and error messages from the XSLT transformer, as well as messages generated by the script, e.g. by xsl:message.
  • Show in Extra Console Tab - select this option to have the produced output displayed in an extra, XSLT Output, tab.

    Note

    This option is selected by default.

  • Highlight Output As - from this drop-down list, select the file type to highlight the output as.
  • Save to File - select this option to have the output saved directly to a file. In the text box, specify the name of the target file. Type the path to the file manually or click the Browse button browseButton.png and select the desired file in the Choose Output File dialog box, that opens. If you type the name of a file that does not exist, PhpStorm will create a file and save the output to it.
    • Open File in Editor After Execution - select this check box to have the file with the output opened in the editor after the script is executed successfully.
    • Open File in Web Browser After Execution - select this check box to have the file with the output opened in the configured Web browser after the script is executed successfully.

    Warning

    The specified file will be overwritten without requesting for confirmation.

Parameters Use the controls in this area to create and manage a list of parameters to be passed to the script.
  • Add (add.png) - click this button to create a new entry.
  • Remove (delete.png) - click this button to remove the selected entry from the list.
  • Name - in this text box, specify the name of the parameter.
  • Value - in this text box, specify the value of the parameter.

    Warning

    The field is mandatory. Parameters without values are not passed to the script. Values are not assigned by default.

Advanced Tab

In this tab, configure additional options that are not commonly required in run configurations.

ItemDescription
Smart Error Handling
  • Clear this check box to have the console display full error messages including their complete stack traces, when an error occurs during execution.
  • Select this check box to suppress showing staktraces and have the console display only the relevant information about errors.
VM ArgumentsIn this text box, specify optional VM arguments to be passed to the VM where the XSLT script is executed. These can be heap size, garbage collection options, file encoding, etc. If the line of VM arguments is too long, click the editorIcon.gif button and and type the text in the VM Arguments dialog box, that opens.
Working DirectoryIn this text box, specify the working directory to use. Type the path manually or click the Browse button browseButton.png and select the desired folder in the Working Directory dialog box, that opens.

Note

If no folder is specified in text box, the working directory will be the one where the XSLT script file is located.

Toolbar

ItemKeyboard shortcutDescription
add Alt+InsertAlt+Insert Click this button to add new configuration to the list.
delete DeleteDelete Click this button to remove the selected configuration from the list.
copy Ctrl+DCtrl+D Click this button to create a copy of the selected configuration.
settings Edit DefaultsClick this button to edit the default configuration templates. The defaults are used for the newly created configurations.
add add UpUp
DownDown
Use these buttons to move the selected configuration up and down in the list. The order of configurations in the list defines the order, in which configurations appear in the Run/Debug drop-down list on the main toolbar.

Common options

ItemDescription
Defaults This node in the left-hand pane of the dialog box contains the default run/debug configuration settings. Select the desired configuration to change its default settings in the right-hand pane. The defaults are applied to all newly created run/debug configurations.
Temporary configurations limitSpecify here the maximum number of temporary configurations to be stored and shown in the Select Run/Debug Configuration drop-down list.
Before launchIn this area, specify the actions to be performed prior to executing the current run/debug configuration.
ItemKeyboard shortcutDescription
addAlt+InsertAlt+Insert Click this button to add one of the tasks to be executed prior to launching the application. The possible tasks are:
  • Run External tool: Add this task to have PhpStorm launch the specified third-party tool prior to running or debugging. To appoint a tool to launch, select it in the External Tools dialog box that opens.
  • Run Phing target: Add this task to execute the specified Phing target prior to running or debugging. To appoint a Phing target, click the Browse button browse and select the desired target in the Choose Phing Target to Execute dialog box, that opens.
deleteAlt+DeleteAlt+Delete Click this button to remove selected task from the list.
edit1EnterEnter Click this button to open the selected task for editing.
arrowUp or arrowDownAlt+UpAlt+Up or Alt+DownAlt+Down Click these buttons to move the selected task one line up or down.

Note that Before launch actions are performed in the order they are specified in the run/debug configuration dialog.

Show this pageSelect this check box to always show the Edit Run/Debug Configuration dialog prior to launching the current run/debug configuration.
If this check box is not selected, run/debug configuration will be launched silently.

See Also

Reference:

External Links:

Web Resources: