XDebug remote debugger tutorial

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

XDebug remote debugger tutorial

Post by Ambush Commander »

Anyone know of a good XDebug remote debugger (gdb or bdgp) tutorial?
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post 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" ;)
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post 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.
User avatar
kyberfabrikken
Forum Commoner
Posts: 84
Joined: Tue Jul 20, 2004 10:27 am

Post 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.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Post it on an open-source license. If it's a more user-friendly interface, it might be interesting to see.
User avatar
kyberfabrikken
Forum Commoner
Posts: 84
Joined: Tue Jul 20, 2004 10:27 am

Post by kyberfabrikken »

OK. I posted it for download here:
http://candyscript.com/projects/dbgp/

As for license, WTFPL will fit.
Post Reply