Files
2004-09-02 06:56:03 +00:00

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>