On 17/04/12 07:01, Alan Chandler wrote:
On 17/04/12 01:16, Chris Hiestand wrote:
I have never used a debugger for PHP; I think your struggles are part
of the reason why.
Neither have I until now.
But I don't understand why this isn't a typical many eyes make the
problems trivial, and that the
On 17/04/12 01:16, Chris Hiestand wrote:
I have never used a debugger for PHP; I think your struggles are part of the
reason why.
Neither have I until now.
But I don't understand why this isn't a typical many eyes make the
problems trivial, and that there isn't a great raft of solutions out
I have never used a debugger for PHP; I think your struggles are part of the
reason why.
Instead I just use debug statements when I hit a problem - probably not quite
as clean as using a debugger.
Something like this helps me a lot:
> function pre_print_r($a) {
> print "\n
I have just had a frustrating few days trying, and failing to set up a
debugging session with a php based web app.
My setup is a yii based application, but with the framework sitting in a
separate directory since (supposidely) the only file you actually have
to expose to the web space is the i
4 matches
Mail list logo