Valet and XDebug is not hitting breakpoints when calling API, is hitting breakpoints during e.g. tests
Hello everyone,
I have a very annoying problem where my phpstorm using xdebug will not hit breakpoints for some reason when calling the api manually, but I can use breakpoints during e.g. tests. I tried reinstalling valet and xdebug, but to no avail. Does anyone have any suggestions?
Please sign in to leave a comment.
If it is still actual, I would start from enabling logs in XDebug by adding the "xdebug.log" directive:
https://xdebug.org/docs/all_settings#log
Is there anything in the log file when you call the API manually?