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.
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.
This presentation was as good as his presentation yesterday. Lot of GREAT AND VERY USEFUL information about how debugging and profiling PHP.
Definitely I'll start using XDebug, it seems will make my life waaaaaay easier and my nights a bit longer.
Thanks Derick
02.Mar.2012 at 16:39 by Jeremy Clarke (15 comments)
via api
Good talk and thanks for making Xdebug! Personally I wish the slides had more detail in them. Config names on their own make me feel like I need to take notes about everything.
Also maybe less live demos? It kind of kills the pacing.
Sorry about the shocks! Thanks for suffering for us :)
Know of an event happening? Let us know! We love to get the word out about events the community would be interested in and you can help us spread the word!
02.Mar.2012 at 15:51 by Mathieu Dumoulin (14 comments)
Great talk!