Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:mac:builds:xdebug [2013/06/16 15:27] – billh | docs:mac:builds:xdebug [2014/02/21 16:06] (current) – billh | ||
---|---|---|---|
Line 47: | Line 47: | ||
xdebug.show_mem_delta = On | xdebug.show_mem_delta = On | ||
</ | </ | ||
- | | + | |
+ | ===== Debugging ===== | ||
+ | | ||
+ | php -dxdebug.remote_autostart=On myprogram.php | ||
+ | </ | ||
+ | * Be sure to download Xdebug Helper extension (Chrome), or The easiest Xdebug (Firefox). | ||
+ | * for more information, | ||
===== xdebug gotchas ===== | ===== xdebug gotchas ===== | ||
xdebug overloads several php functions, so they don't work exactly as they did before. | xdebug overloads several php functions, so they don't work exactly as they did before. | ||
Line 53: | Line 60: | ||
ini_set(" | ini_set(" | ||
</ | </ | ||
- | |||