PHPStorm perfectly catches breakpoints placed at index.php, stops at the same index.php when the Break at first line is set, but breakpoints in any other file are simply ignored. Skipped paths in the config is empty. What could be the problem?

    1 answer 1

    As it turned out, for the selected server, the path mapping was set only for index.php, so the storm did not even look at the other files and did not offer to set the mapping, since it already exists. The problem was solved by creating a project folder mapping with a folder on the server.