Xdebug on github
I've just opened my Xdebug repository on github. Importing my old SVN repository was a bit of a task. With the help of Ole Marius Smestad I managed to cook up a bash script to import and fix-up the repository. In the meanwhile I've learned more about git than I ever wanted to know, but still not enough. I maintain that, although git is very powerful, it is also a lot less intuitive than SVN (or even CVS).
In any case, Xdebug is now on github, as well as the Xdebug website (http://xdebug.org), my proof-of-concept debugging client GtkDBGp and the specification of the protocol that Xdebug uses: DBGp. The issue tracker is still at the old location—http://bugs.xdebug.org—and I am not intending to change that. I will keep the SVN repository active for now.
Comments
I agree with you 110%... git is powerful, but less intuitive. Thanks for all your hard work on Xdebug!
I think this is super cool! Is this in the interests of making it easier for 3rd parties to contribute?
I'm curious about the POC, too. I'm not a fan of Eclipse at all really (although it is somewhat of a necessary evil I suppose), and I've used this client in the past as a substitute:
http://code.google.com/p/gtk-xdebug-client/
I wonder how similar your POC is/isn't to that one, considering they are both GTK. That client was "ok", but it was lacking some key features and is only acceptable for very basic debugging. Ultimately, I'd love to see a lightweight (compared to Eclipse, which isn't saying much), robust, full-featured, stand-alone client with ample configurability and flexibility. I've never used GTK but perhaps I should look into it! :)
Thanks for all the work on xdebug, it's a lifesaver.
@ken: I had not heard of that client. It's in PHP-GTK though, whereas mine is in just GTK (in C). It works on Linux, and have it compile on Windows. Too many other spare projects right now though!
That's a bold comment, compairing git with CVS. Maybe you [sh,c]ould share your resentment in an extra blog entry. ;-)
I fail to understand why you use git(hub), if you don't like it at all. There must be something appealing about it.
Life Line
TIL that Kingfishers can hover just like hummingbird. I'll hopefully have some reasonable shots after I've gone through my nearly thousand shots today...
I hiked 9.8km in 3h40m47s
Updated a restaurant
Updated a vacant business
I walked 7.1km in 1h16m56s
I walked 3.9km in 45m56s
I walked 1.1km in 10m47s
I think this was my favourite photo of the set that I took. It's not at maximum coverage, but it does have a sun spot group (4508) just on the cusp of the terminator.
#eclipse #eclipse2026 #SolarEclipse #London #Astronomy #AstroPhotography #Photography
No totality here in London, but still had a great evening out in the local park and taking some snaps.
I did have a nice Solar Filter that I made for my lens, and had many conversations with people from different backgrounds. Kids loves to look through my filter after I was done (ran out of battery power).
More photos later...
I walked 0.9km in 9m28s
I walked 1.2km in 19m05s
Merged pull request #1100
Fixed issue #2267: Application slow when debugger is not listening on…
I walked 4.7km in 48m18s
I walked 3.0km in 1h10m24s
Is there somebody who runs PHP on native windows (with Xdebug) and can run a simple script for me?
It must be in a file (`test.php`):
```
<?php
echo microtime(true), "\n";
xdebug_connect_to_client();
echo microtime(true), "\n";
```And run like:
php -dxdebug.log_level=11 -dxdebug.log=c:\temp\xdebug-i.log -dxdebug.client_host=localhost -dxdebug.client_port=9111 -dxdebug.mode=debug c:\temp\test.php
With the port 9111 not open.
Would love to see the output and log file (in a DM).
I walked 5.5km in 55m06s
@harry_wood This is this list of 100 Go-mistakes that I was talking about: https://100go.co/
Updated a crossing
I walked 2.1km in 20m08s
Enjoying my afternoon and evening out at Lords for some cricket!
I walked 3.2km in 38m54s
I walked 9.1km in 1h34m28s
Updated a gate
Updated a bakery shop




Shortlink
This article has a short URL available: https://drck.me/xdebug-github-8ol