Oct 10, 2009, 15:37 by Anonymous
great talk on a good tool
Derick Rethans (Oct 10, 2009)
Talk at PHP North West 2009 (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, where you can: set breakpoints on functions, methods and file/line combinations; watch execution details such as stack frames, per-frame information; run PHP code to modify the current state of your script 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.
Quicklink: http://joind.in/619
Oct 10, 2009, 15:37 by Anonymous
great talk on a good tool
Oct 10, 2009, 16:28 by Anonymous
I have had xdebug installed for some time now, solely for profiling. I wasn't aware of tracing before now and will be using it asap!
Oct 10, 2009, 16:33 by lapistano
I also use xDebug for a while now but I actually learned about the environment vaiable to enable cli debugging .. thx!
Oct 10, 2009, 17:17 by Anonymous
Thanks for the presentation, xdebug is really useful tool. Can I recommend a new config feature - ability to turn on/off level of extended stack trace per type of PHP error (notice/warning/fatal/etc ...). It would help to keep server logs size at reasonable level. Thanks in advance !
Oct 10, 2009, 21:16 by Kewley
Very good talk. I'd never heard of xdebug but I'll definitely give it a go!
Oct 10, 2009, 21:30 by Anonymous
Interactive remote debugging was a real eye opener. I thought stuff like this was limited to desktop app development! Great presentation, and live demos are always great to see at tech conferences :)
Oct 10, 2009, 22:32 by GizzmoAsus
Having not looked into Xdebug before this presentation was actually a real eye opener for me, I will definitely be trying this out even if it's just on my own development server at home.
Oct 11, 2009, 18:59 by rooster
Exactly what it said on the tin - always a pleasure to listen to Derick's voice, the informed content and "active" delivery come as a bonus!
Oct 13, 2009, 08:33 by Anonymous
Technically full on, but very useful.
Oct 13, 2009, 19:01 by loonytoons
A really good talk that introduced me to exactly what Xdebug can do which is great because it looks like a really helpful tool. Good demos and presentation.
Oct 14, 2009, 13:28 by Etzeitet
An excellent talk that showcased some features that I didn't know were in XDebug. It wasn't too technical either so there was no brain-fatigue afterwards.
Derick is an excellent speaker and kept me interested throughout.
Oct 17, 2009, 10:21 by jakub.zalas
Derick mentioned KCacheGrind as a Linux application for viewing xdebug's profiling output. As KDE4 runs also on Windows it is possible to run KCacheGrind on this platform as well.
Oct 10, 2009, 14:54 by Anonymous
Excellent. Lots of new options/ features (to me) well worth attending.