Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:mac:builds:xdebug [2013/06/13 22:52] – [Xdebug] billhdocs:mac:builds:xdebug [2014/02/21 16:06] (current) billh
Line 19: Line 19:
 </code> </code>
   * edit php.ini (if php was built as shown on this wiki, edit or create php.ini in /usr/local/lib)<code>   * edit php.ini (if php was built as shown on this wiki, edit or create php.ini in /usr/local/lib)<code>
-set up xdebug+set up xdebug
 zend_extension="/usr/local/apache2/modules/xdebug.so" zend_extension="/usr/local/apache2/modules/xdebug.so"
 xdebug.remote_enable=1 xdebug.remote_enable=1
Line 47: Line 47:
 xdebug.show_mem_delta = On xdebug.show_mem_delta = On
 </code> </code>
-  * see NetBeans or other client documentation on how to debug+ 
 +===== Debugging ===== 
 +  to debug from command line, start a debugging listener client such as Netbeans or XDebugClient and run like this:<code php> 
 +php -dxdebug.remote_autostart=On myprogram.php 
 +</code> 
 +  * Be sure to download Xdebug Helper extension (Chrome), or The easiest Xdebug (Firefox).  You then start a listening client and refresh any php page on a server with xdebug installed. 
 +  * for more information, see NetBeans or other client documentation on how to debug 
 ===== 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("xdebug.var_display_max_children", -1); ini_set("xdebug.var_display_max_children", -1);
 </code> </code>
- 
  
  • docs/mac/builds/xdebug.1371185541.txt.gz
  • Last modified: 2013/06/13 22:52
  • by billh