Essential Debugging PHP Debugging Techniques Tips Tricks
Essential Debugging PHP Debugging Techniques Tips Tricks
Kaloyan Raev
Zend / Rogue Wave
$ whoami
Zend Studio Team Lead
Eclipse Committer
Skier
Why Debugging?
echo $myvar;
var_dump ( $myvar );
error_reporting ( E_ALL );
Better Way?
Use a debugger!
Breakpoints
$left == 10
Stack Traces
Variables Overview
Fine Execution Control
Changes in Last Step
In-Editor Inspections
Shift + Ctrl + I
Watched Expressions
Multiple Sessions
PHP Debugger Engines
Xdebug
Zend Debugger
phpdbg
Xdebug Zend Debugger phpdbg
Built-in PHP ✅
DBGp binary own
Communication protocol
XML-based PHP-specific XML-based
n
io
ss
1. 3.
se
R R
eq eq
on
bu
ue ue
si
s
de
stw t
s
se
n
ith
pe
ug
O
de
b
4.
de
bu
g
n
co
pe
o
O
ki
2.
e Xdebug
Debug
Engine Zend Debugger
Xdebug Toolbars
Chrome Opera
Firefox Safari
➢ zDebug
Firefox
Internet Explorer
Firewall / Proxy