PhpStorm 2023.3 Help

Skipped Paths

On this page, specify the scripts requests to which you want PhpStorm to ignore during debugging. This approach can be useful, when your application contains scripts that use AJAX. Suppose you have a menu-ajax-script.php that "reloads" a part of your web page. This script works properly, so you do not need to debug it. However, this script is still requested during the debugging session. To have incoming connections to this script ignored, add the menu-ajax-script.php script to the skipped paths list.

Item

Description

Notify about skipped paths

Select this checkbox to have PhpStorm inform you every time it receives a request to a script to be skipped.

Skipped paths

This list shows the scripts and folders to ignore requests to.

Add

Add Alt+Insert

Click this button to have a new line added to the list. Then click Browse the Browse button and in the dialog that opens choose the file or folder to skip connections to.

Remove

Remove Alt+Delete

Click this button to have the selected item removed from the list.

Last modified: 25 March 2024