<?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>
