I have the following xdebug settings:
xdebug.profiler_enable = 1
xdebug.collect_params = 4 (and have also tried 2 here)
xdebug.collect_vars = 1
When I view xdebug output files, I'm wanting to get detail on the actual parameters being passed to functions - in the screenshot below I'm wanting the SQL being passed to pg_query. However, I can't see how/where I can get webgrind to display this. Any suggestions ?
Thanks in Advance,
Patrick
