Files
Derick Rethans d8ea64ccc7 Fixed speling
2018-05-20 11:33:41 +02:00

17 lines
498 B
XML

<?xml version="1.0" encoding="utf-8"?>
<slide>
<title>Live Debugging</title>
<list>
<bullet>DBGp, common Debugging protocol</bullet>
<bullet>Cross-language: PHP, Python, Perl...</bullet>
</list>
<break/>
<list>
<bullet>PhpStorm (Java-based — commercial)</bullet>
<bullet>Netbeans (Java-based — free)</bullet>
<bullet>Komodo (Linux, Windows, Mac — commercial)</bullet>
<bullet>(and many others: <link href="http://xdebug.org/docs/remote#clients"/>)</bullet>
</list>
</slide>