mirror of
https://github.com/php/presentations.git
synced 2026-04-26 08:48:02 +02:00
21 lines
701 B
XML
21 lines
701 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<slide fontsize="6em">
|
|
<title>Xdebug</title>
|
|
<subtitle>Summary</subtitle>
|
|
<break lines="2"/>
|
|
<list>
|
|
<bullet>Protects against infinite recursion</bullet>
|
|
<bullet>|ff0000|Colored| |00ff00|var||0000ff|_dump|()</bullet>
|
|
<bullet>Stacktraces</bullet>
|
|
<bullet>Functiontraces</bullet>
|
|
<bullet marginleft="2em">parameters to functions</bullet>
|
|
<bullet marginleft="2em">function/methodname, classname</bullet>
|
|
<bullet marginleft="2em">file:line locations</bullet>
|
|
<bullet marginleft="2em">memory allocation</bullet>
|
|
<bullet>Profiling</bullet>
|
|
<bullet>Script execution analysis</bullet>
|
|
<bullet>"Remote" debugging</bullet>
|
|
</list>
|
|
|
|
</slide>
|