When I start debugging and use another script on the server (e.g. Adminer), i.e. a script outside the project that is not intended to be debugged, the script is paused by PhpStorm and following two warning appear:
- The script '[path to script]' is outside the project.
- Click to set up path mappings
Now, I have to press F9 (i.e. resume) to continue script execution. It is very annoying. Can I just exclude these scripts from debugging?
Settings | PHP | Debug | Xdebug | Force break at first line when no path mapping specified
and... | Force break at first line when a script is outside of project
... – LazyOne May 25 at 12:54