CodeIgniter Forums
Debug Codeigniter Projects with Netbeans/Xdebug - How to Setup? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Debug Codeigniter Projects with Netbeans/Xdebug - How to Setup? (/showthread.php?tid=53272)



Debug Codeigniter Projects with Netbeans/Xdebug - How to Setup? - El Forum - 07-17-2012

[eluser]Unknown[/eluser]
How should Netbeans/Xdebug/Codeigniter be set up to enable single step operation?

The environment:- Win 7 Prof 64 bit, Xampp 1.7.7, Netbeans 7.1.1, Xdebug and Codeigniter 2.2.

Have been using netbeans 7.1.1 for some time to debug plain php files and projects - successfully.

Recently started to use Codeigniter 2.2 - learning to use a framework.

Auto-complete works as expected but breakpoints, other than 'break on first line of page', only in first page (index.php), not working.

Advice would be appreciated.

Many thanks,

Ivan


Debug Codeigniter Projects with Netbeans/Xdebug - How to Setup? - El Forum - 08-01-2012

[eluser]Unknown[/eluser]
While googling for a similar issue I found this post in CI forums
http://ellislab.com/forums/viewthread/171833/

I don't think you need to use the 'Xdebug Firefox Add-on', that's presumably needed only if you had problems using xdebug, which you don't.

I haven't had time to read through that whole thread & try it, but thought you might find it helpful. If you get any further with CI & NetBeans, please post back here!

HTH

Alan