09.Mar.2011 at 16:46 by Eric Hogue
Great insight on Xdebug from it's author. I already used most of what he talks about, but I know have a better understanding of it.
Derick Rethans (09.Mar.2011 at 10:45)
Talk at ConFoo 2011 (English - UK)
This session teaches you how to detect and debug PHP scripts with the free
open source tool Xdebug, which is an extension to PHP. The first part will
quickly show how to get started with Xdebug. The second part of the session
will cover detecting problems in your scripts by showing how Xdebug provides
debugging aides in the form of stack/function traces, dumps of variables,
modified PHP functions. In the last part I will show the remote debugger
capabilities of Xdebug with different IDEs, where you can: set breakpoints on
functions, methods and file/line combinations and evaluating error messages.
On top of this you will also see how you can use Xdebug's profiler to find
bottlenecks in your applications. I will be focussing on the least known
features of Xdebug.
Quicklink: https://joind.in/2783
Slides: Xdebug
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?
09.Mar.2011 at 16:46 by Eric Hogue
Great insight on Xdebug from it's author. I already used most of what he talks about, but I know have a better understanding of it.
09.Mar.2011 at 16:48 by Jason Lotito
Really good talk. Was mostly aware of the debugging side, but was glad to see the functionality in other areas, like profiling and tracing which was explained nicely. Overall, the entire talk was well presented, and was glad I attended. Good for more than just using xdebug for *just* debuging, but complete information on what is going on in an application.
09.Mar.2011 at 16:56 by Thijs Feryn
Good talk, too bad about the screen.
Although it seemed quite chaotic at times, I still learned a lot of things and value this talk.
09.Mar.2011 at 16:59 by Christopher Guindon
Great Presentation. Very useful information! I wasn't really familiar with Xdebug before but now I will start to use it in my projects!
09.Mar.2011 at 18:05 by Matt Garrett
Good presentation. I've been using XDebug for a while, but haven't really gone beyond the basic config and the pretty errors it displays. Looking forward to playing with tracing and profiling.
09.Mar.2011 at 19:29 by Ian Barber
Best version of the Xdebug talk I've seen so far, nice mix of topics and different ways of presenting the tool (demos etc.)
09.Mar.2011 at 20:43 by Jonathan Dupont
I look forward to adding xdebug to our toolbox at work after hearing this talk.
10.Mar.2011 at 00:25 by Francois Gelinas
Good presentation. Xdebug looks awesome and I will sure add it to my php dev workflow.
Thanks for the talk and for writing such a nice tool.
10.Mar.2011 at 04:20 by Orion Ifland
I've been using Xdebug for years off and on...Zend Debugger seems to work more easily out-of-the-box with Eclipse (which is the main IDE where I work) but I really like the profiling data and error messages and such.
For the presentation, I thought there was lots of useful information I probably would not have known about and it was really great to hear from the person who wrote the software. The best diagram in the whole presentation was the one that showed how xdebug connects back to the IDE - that's been a source of confusion for me and my coworkers and was made completely clear. (Also very cool that more than one IP address can be "called back.")
11.Mar.2011 at 03:27 by Renaud J. Bélanger
Not familiar with xdebug. Nicely presented, gives great inputs how to use the tool.
11.Mar.2011 at 22:21 by Anonymous
Very useful. I tried using Xdebug before, but had trouble using it and eventually gave up. This talk has inspired me to try again, and this time I understand how it works a little better, so I have confidence I can succeed!
09.Mar.2011 at 16:45 by Anonymous
Good stuff, thanks.