You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to switch XDebug mode from develop,debug to profile. I've tried setting XDEBUG_CONFIG with mode=profile but when I checked php info, it was still showing develop,debug.
I got it to work locally by getting into the running instance as root, and modifying /usr/local/etc/php/conf.d/craft-cms-xdebug.ini directly and restarting the instance, but I am sure there is a better way of switching between XDebug modes.
Thanks!
The text was updated successfully, but these errors were encountered:
Description
I am trying to switch XDebug mode from
develop,debug
toprofile
. I've tried settingXDEBUG_CONFIG
withmode=profile
but when I checked php info, it was still showingdevelop,debug
.I got it to work locally by getting into the running instance as root, and modifying
/usr/local/etc/php/conf.d/craft-cms-xdebug.ini
directly and restarting the instance, but I am sure there is a better way of switching between XDebug modes.Thanks!
The text was updated successfully, but these errors were encountered: