php - debug codeigniter with mac gdbp -


having problems getting mac gdbp setup debug local codeigniter stuff.

here details on setup: - mamp pro 1.9.2 - php 5.3.2 - xdebug 2.10 installed , showing in phpinfo file beside zend stuff. - config xdebug in php.ini: zend_extension="/applications/mamp/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so" xdebug.remote_enable=on xdebug.remote_autostart=1 xdebug.remote_host=localhost xdebug.remote_port=3003

when open macgdbp , refresh page running on local server variables showing in main window, can't step code or anything. , have red warninng in bottom left corner of macgdbp saying 'can not open file'.

i realize rather old post had same problem today , wanted post solution in case others struggle getting right. fixed me removing spaces in path localhost root. there 1 folder space in it, , renamed , restarted servers (mamp) , macgdbp, see code being debugged!


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -