can't get xdebug work with laravel and phpstorm
hi good day every body i had a problem with my phpmyadmin and i remove my xamp and install a new one
after setting all things then i want to to set the things for xdebug as usual but it doesn't fix at all i can fix it for one php file but can't fix it for my laravel projects
this is my php.ini config file for xdebug section
and it would be like this if i call a route 
i am struggling with in 4-5 days and can't figure out what is wrong with it i even install different version of xampp and wamp
Please sign in to leave a comment.
Do you have breakpoints in your project?
Try to close PhpStorm and check if your Laravel project loads.
If that's not the issue - please try to illustrate the problem in more details.
yes i put breakpoints in project and as soon as put breakpoints in project it would be like
just loading and loading and when i end php artisan serve in phpstorm terminal and clean the breakpoints it would work normal again
this is my php.ini file settings for xdebug part
what part of config or setting do you want me to send picture for you?
i realize it brings this page
server.php but with stop request the request would fail but with next just go to pause and it never get complete
Hi there,
What's your IDE version?
What do you have in "Settings | Languages & Frameworks | PHP | Servers"? Try deleting that entry and start from scratch (let IDE help creating an entry there; it will do that when it sees next debug session).
phpstorm 2018.2.7
i did empty the "Settings | Languages & Frameworks | PHP | Servers" but it doesn't change anything
Accordingly to your info, you are using Xdebug 2.7 .. which requires PhpStorm 2018.3 or newer. Either upgrade IDE to newer/latest version or downgrade Xdebug to 2.6.x