mirror of
https://github.com/php/presentations.git
synced 2026-04-26 08:48:02 +02:00
17 lines
498 B
XML
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>
|