In order to solve another problem, I want to manually provide certain configuration options for the Run Debug configuration.
In PhpStorm, at
Settings > PHP > Debug > Settings
there is a flag for
Pass require configuration options through command line (still need to enable debug extension manually)
For troubleshooting purposes, I disabled that flag, yet I don't see where to add my custom configuration options instead.
How to add custom configuration options?
I want to provide custom values for the flags:
dxdebug.modedxdebug.client_portdxdebug.client_hos
How to?
-doption will be used for them. Params added there will take over what PhpStorm actually detects for Xdebug (as they will be added later in the command line).