Page 1 of 1

XDebug remote debugger tutorial

Posted: Thu May 24, 2007 4:54 pm
by Ambush Commander
Anyone know of a good XDebug remote debugger (gdb or bdgp) tutorial?

Posted: Fri May 25, 2007 2:45 am
by Maugrim_The_Reaper
There are few - so you'll need to hunt around. I have this one sitting on an RSS feed recently:
http://articles.techrepublic.com.com/51 ... 84573.html

Short though.

If searching check your spelling - "dbgp" ;)

Posted: Fri May 25, 2007 6:18 am
by Ambush Commander
Ah, that's no use. I've been able to get the connection, but I'm having trouble figuring out how to use the command-line interface. I'll do some more searching, but I suspect I'll end up feeling my way around with the manual and writing something myself.

Posted: Mon May 28, 2007 3:57 pm
by kyberfabrikken
I began writing a client in PHP recently. It doesn't even implement half of the features, but if you're interested, I can post the code.

Posted: Mon May 28, 2007 7:36 pm
by Ambush Commander
Post it on an open-source license. If it's a more user-friendly interface, it might be interesting to see.

Posted: Wed May 30, 2007 7:59 am
by kyberfabrikken
OK. I posted it for download here:
http://candyscript.com/projects/dbgp/

As for license, WTFPL will fit.