Files
2008-09-08 09:34:21 +00:00

22 lines
660 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="6em">
<title>DBGp</title>
<subtitle>DeBuGger Protocol</subtitle>
<list fontsize="4em">
<bullet>Input commands as "command line parameters"</bullet>
<bullet>%|229922|property_get| *-n* $foo *-d* 2 *-i* 81%</bullet>
<bullet>Output data as *documented* XML:</bullet>
</list>
<break />
<example type="xml" class="code_medium"><![CDATA[data_length
[NULL]
<response command="command_name" transaction_id="transaction_id"/>
[NULL]]]></example>
<break />
<list fontsize="4em">
<bullet>Cross-language: PHP, Python, Perl...</bullet>
<bullet>Supported in Xdebug 2</bullet>
</list>
</slide>