IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Skipped Paths

Last modified: 10 August 2022

File | Settings | Languages & Frameworks | PHP | Debug | Skipped Paths for Windows and Linux

IntelliJ IDEA | Preferences | Languages & Frameworks | PHP | Debug | Skipped Paths for macOS

Ctrl+Alt+S

the Settings/Preferences button

The page is available only when the PHP plugin is enabled. The PHP plugin is not bundled with IntelliJ IDEA, but it can be installed on the Settings/Preferences | Plugins page, tab Marketplace, as described in Installing plugins from JetBrains repository.

On this page, specify the scripts requests to which you want IntelliJ IDEA 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.