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
{{ message }}
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
With Xdebug 2.3 comes support for shared secret triggers to enable
profiling and tracing. So instead of just sending "1" as the value for
the cookies for XDEBUG_TRACE and XDEBUG_PROFILE, you now need to be able
to set it to the value that you can (optionally) configure through
xdebug.trace_enable_trigger_value and
xdebug.profiler_enable_trigger_value . This means that your extension
needs to support setting these values, similarly as what you need to do
for the idekey already. Can you please add that, so users can use the helper
with these trigger values? Let me know if you have any
questions.
cheers,
Derick
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for writing the this helper!
With Xdebug 2.3 comes support for shared secret triggers to enable
profiling and tracing. So instead of just sending "1" as the value for
the cookies for XDEBUG_TRACE and XDEBUG_PROFILE, you now need to be able
to set it to the value that you can (optionally) configure through
xdebug.trace_enable_trigger_value and
xdebug.profiler_enable_trigger_value . This means that your extension
needs to support setting these values, similarly as what you need to do
for the idekey already. Can you please add that, so users can use the helper
with these trigger values? Let me know if you have any
questions.
cheers,
Derick
The text was updated successfully, but these errors were encountered: