itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.69k stars 321 forks source link

Profile is not present for current request. Please Help!!! #715

Closed JaguarJack closed 2 months ago

JaguarJack commented 2 months ago

My local environment Windows

PHP: 8.2(NTS) Laravel: version 11 ClockWork: 5.2.2 Xdebug: 3.3

xdebug config:

but still not work,I checked many issues and modified many configurations, but it still doesn't work.

image

Is there any configuration I missed or something I can modify?

JaguarJack commented 2 months ago

I have solved this problem using the following configuration. If anyone else encounters the same problem in the same environment, please use the following configuration

xdebug.mode=profile
xdebug.start_with_request=yes