problem:
- Netbeans Xdebug not stop at breakpoints.
solved:
- File ->Project Properties ->Sources
- uncheck checkbox "Copy files from Sources Folder to another location"
environment:
- Ubuntu 12.04
- Netbeans 7.1.1(PHP Version: 1.27.2)
- PHP 5.3
- Xdebug 2.2.0rc1
- /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"
Комментариев нет:
Отправить комментарий