0
votes
1answer
14 views
Can’t get Xdebug to work on Windows 7
I installed the latest XAMPP package which includes PHP 5.3.0. I am trying to enable Xdebug, but it just won't work.
Here's what I changed in the php.ini shipped with XAMPP:
; uncommented
…
0
votes
1answer
20 views
XDebugging PHPUnit testcases in Eclipse PDT
Until now, I was debugging my PHP scripts and testcases using vim and the appropiate script with python backing it. However, me and my colleagues need to move forward and vim/gvim is not an option for …
0
votes
1answer
16 views
Mac eclipse xdebug firefox issue
I have worked with eclipse, firefox, and xdebug for months now on a linux-ubuntu machine. recently i moved to a mac 10.6 and set up all these programs and they all work fine until I try to run xdebug …
0
votes
1answer
23 views
Xdebug configuration with PHP fastcgi and eclipse?
I have been using eclipse-pdt in conjunction with xdebug and apache without problems, for over one year. Things worked flawlessly and I could do all the interactive debugging I wanted from within …
1
vote
2answers
26 views
How do I examine defined constants in PHP?
I'm stepping through the source code of CodeIgniter with Xdebug in NetBeans and I'm looking for a way to see defined constants as they are defined. If it's not possible, are there any other ways to …
0
votes
1answer
50 views
Debug PHP and Control Flow?
I am an autodidact so dont know much about conventional web development however, I have wrote a complete social networking website yet I dont know how to debug. My website has some problems and I need …
0
votes
2answers
25 views
Interactive Debugging and Breakpoints with Xdebug and the Zend Framework
I'm trying to get interactive debugging working with a Zend Framework application and Xdebug, using MacGDPp as the client debugger. I'm running to some problems setting breakpoints and was hoping
…
0
votes
2answers
63 views
What’s the Difference Between Extension and zend_extension in php.ini?
When I installed Xdebug through pecl, it added the following line to my php.ini file.
extension="xdebug.so"
and everything I used worked. Until today.
Today I was having trouble setting up Xdebug …
0
votes
2answers
44 views
Problems with first steps of debugger installation - IIS, Vista, PHP5, XDebug
I'm trying to get a PHP debugger working and currently keep failing at the very first hurdle.
I have a clean installation of IIS7 running on Vista with PHP 5.2.11.
The XDebug section of my PHP.ini …
0
votes
0answers
118 views
Ubuntu: Configuring Xdebug (PHP) for Eclipse 3.2
Hi,
I have installed Eclipse 3.2 in my ubuntu system.
I have added the php plugin to eclipse by following steps
Help > Software Updates > Find and Install.. > selected "Search for new features …
2
votes
6answers
70 views
how to determine which PHP code opens MySQL connections that aren’t getting closed
We have an application that is comprised of a couple of off the shelf PHP applications (ExpressionEngine and XCart) as well as our own custom code.
I did not do the actual analysis so I don't know …
0
votes
1answer
414 views
XAMPP: I edited PHP.ini, and now Apache crashes
I'm trying to set up XDebug for PHP. I edited some settings in my apache\bin\php.ini file, and now Apache crashes every couple page requests. (I wish I had saved a copy of php.ini before editing it. …
0
votes
3answers
89 views
Are there any function level debugging/logging tools for Java?
I'm sorry if the title is confusing but I couldn't think of anything similar to call it. What I'm looking for is if there is any sort of tool (or eclipse plugin, etc) that will log all the translated …
1
vote
1answer
34 views
Watchpoints w/xDebug in Eclipse PDT?
Has anyone gotten watchpoints to work when debugging PHP with xDebug and Eclipse? The way I understand it, I'm supposed to be able to select a watched variable in the expressions view or select a …
1
vote
2answers
177 views
Launch XDebug in Netbeans on an external request
I'm using Netbeans 6.7 and XDebug to debug a PHP site on my machine, launching the request from within Netbeans (Project->Debug). This works fine, and is very useful.
My question is: Is it possible …
