среда, 28 марта 2012 г.

Netbeans PHP не останавливается на точках останова.



problem:
  1. Netbeans Xdebug not stop at breakpoints.
solved:
  1. File ->Project Properties ->Sources
  2. uncheck checkbox "Copy files from Sources Folder to another location"


environment:
  1. Ubuntu 12.04
  2. Netbeans 7.1.1(PHP Version: 1.27.2)
  3. PHP 5.3
  4. Xdebug 2.2.0rc1
  5. /etc/php5/conf.d/xdebug.ini
    zend_extension=/usr/lib/php5/20090626+lfs/xdebug.so
      
    xdebug.remote_enable=on
    xdebug.remote_host=localhost
    xdebug.remote_port=9000
    xdebug.remote_handler="dbgp"

Комментариев нет:

Отправить комментарий