Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Not able to see Parameters being passed to PHP functions
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Patrick Rynhart  
View profile  
 More options Nov 2 2011, 8:11 pm
From: Patrick Rynhart <patr...@rynhart.co.nz>
Date: Wed, 2 Nov 2011 17:11:24 -0700 (PDT)
Local: Wed, Nov 2 2011 8:11 pm
Subject: Not able to see Parameters being passed to PHP functions

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

<https://lh4.googleusercontent.com/-YV5_XLw0YsI/TrHcIPmyFvI/AAAAAAAAAf...>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
oetting  
View profile  
 More options Nov 3 2011, 4:07 am
From: oetting <oett...@gmail.com>
Date: Thu, 3 Nov 2011 01:07:10 -0700 (PDT)
Local: Thurs, Nov 3 2011 4:07 am
Subject: Re: Not able to see Parameters being passed to PHP functions
Hi Patrick

webgrind is a tool for viewing profiling information, not debugging
information.

The collect_params setting of xdebug is a setting related to
information shown in stacktraces generated by xdebug.

On Nov 3, 1:11 am, Patrick Rynhart <patr...@rynhart.co.nz> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »