Questions tagged [xdebug-profiler]
52 questions
0
votes
1 answer
Only PHPCS functions in profiler
I'm using PHPStorn, XDEBUG and PHP code sniffer on El Capitan.
I'm trying to profile a WordPress theme.
When I run the profiler, I can not find any of my functions in the profiler output.
All I see if PHP_CodeSniffer related functions. What am I…

Satish Gandham
- 401
- 4
- 12
0
votes
1 answer
Understanding output of Webgrind
I have installed webgrind which is used for profiling in browser.
Here is a screenshot:
What does these number in function column mean? How these number relate to name of functions? How do I know which number refers to which function?

user4904589
- 547
- 2
- 5
- 15
0
votes
1 answer
Netbeans not working with Xdebug
I have installed XAMPP and placed the xdebug file as recommended by http://xdebug.org/wizard.php based on result of my phpInfo();
I also have Netbeans 8.02 installed, I created new PHP project in Netbeans & applied break points but as I debug the…

user4904589
- 547
- 2
- 5
- 15
0
votes
1 answer
xdebug with qcachegrind reports "There is no source available for the following function ..."
I am starting to use xdebug in combination with qcachegrind and first tests work well. The log file gets recorded and I can open it with qcachegrind. But now I have the issue that I dot't get detailed information for every function. For…

HH.
- 197
- 3
- 17
0
votes
1 answer
How to see backtrace of an uncaught exception using xdebug and IntelliJ / PHPStorm?
I have set up remote debugging on a guest OS in a Virtual Machine. Breakpoints work, but exceptions display on the rendered screen if one is reached. What I want is for the exception to be "caught" so I can explore the backtrace at the point of the…

ktamlyn
- 4,519
- 2
- 30
- 41
0
votes
0 answers
xDebug Profiling to Trace Fatal Memory Error OpenCart with VQMOD
Certain users are getting a memory error on the a VQMOD-generated page in OpenCart reporting that the script has allocated nearly a gigabyte of memory! (1046478848 bytes)
The reported page is vq2-system_library_cart.php and the error occurs upon…

MikeiLL
- 6,282
- 5
- 37
- 68
-2
votes
1 answer
Why xdebug marks 587 and 588 as not executed and 589 as executed?
This is the chunk of code with the issue
And this is the legend

Andrei Lupuleasa
- 2,677
- 3
- 14
- 32