mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
14 lines
268 B
XML
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>
|