This talk is for developers who want to know how to debug their code in a better way, through single step debugging, profiling, and simpler debugging tools. Xdebug is a PHP extension that implements many debugging aids and features. In this presentation we are going to look at this new version of Xdebug 3. The new version is a near total rewrite, and brings many improvements over its older releases. You will learn how to optimally use the new features and settings to make your development life easier. Besides introducing the redone functionality, we will also have a cursory look at how these features are implemented, just to provide a better understanding of what a debugging extension, can, and cannot do. You will learn: - Which features Xdebug 3 has. - How to debug your application with a single step debugger. - How to make optimal use of the configuration options in Xdebug 3. - How some of the things in Xdebug work.

Comments

Comments are closed.

Great demos. Do you have link to PowerPoint?

James Lewis at 16:30 on 8 Feb 2020

Great talk!

Dana Luther at 07:22 on 9 Feb 2020

Loved seeing where xdebug is headed!
It was a lot of detail but presented in an easy to read manner that kept it engaging.
Very intrigued to see where xdebug cloud and clear Docker implementation ends up.

TJ Draper at 13:01 on 9 Feb 2020

Love Xdebug. Great presentation. AND Derick helped me get Xdebug running with my Docker setup and PHPStorm! A+. Would Xdebug again.

Derek presented some really helpful insights into Xdebug and really exciting news about Xdebug 3! I can't wait!

Miril Terolli at 19:33 on 9 Feb 2020

Great talk and highly appreciated what you do for continuously improving Xdebug.
Thank you Dercik!

Great talk by Derick on Xdebug! Even as a long-time user, having written articles and given talks about Xdebug, I still learned new things about Xdebug at this talk. Derick did a great job presenting with a good technical depth and showed his passion for the tool.