I am using xDebug for a first time. Everything works well, but when I want to go on localhost/phpmyadmin
it want to start debug (I don\'t have breakpoints here)
You can just turn off the debug connection listener by going to Run > Stop Listening for PHP Debug Connections
.
PHPStorm will then ignore any connections from Xdebug. When you want to debug something again simply go to Run > Start Listening for PHP Debug Connections
and it'll work again.
You could also permanently ignore those files by using Skipped Paths:
phpmyadmin
folder is located and select that folderThe debugger should now ignore scripts in that directory.