docs icon indicating copy to clipboard operation
docs copied to clipboard

In documentation not said that envirmoment XDEBUG_CONFIG working as trigger for start_with_request

Open alexander-xyz opened this issue 4 years ago • 2 comments

I set start_with_request=trigger in config, but xdebug_is_debugger_active() all time was true (I did not use any triggers). After few hours of searching, I saw, that if XDEBUG_CONFIG is set in envirmoment (it can be any value, like empty string), it work like a trigger. So, If XDEBUG_CONFIG is setted in envirmoment - application start xdebug, otherwise - no (if no another triggers).

I think, it must be written in documentation.

alexander-xyz avatar Apr 30 '21 10:04 alexander-xyz