Files
archived-presentations/slides/xdebug/step-debugging.xml
2019-02-27 15:58:59 +00:00

14 lines
268 B
XML

<slide>
<title>Step Debugging</title>
<list>
<bullet>Stepping through the execution of your script</bullet>
<bullet>Great IDEs support</bullet>
<bullet>Common language-agnostic protocol (DBGp)</bullet>
</list>
<break/>
<image filename="phpstorm-new.png"/>
</slide>