CodeIgniter Forums
XDebug / Netbeans not breaking in most libraries - 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: XDebug / Netbeans not breaking in most libraries (/showthread.php?tid=55750)



XDebug / Netbeans not breaking in most libraries - El Forum - 11-08-2012

[eluser]jefc[/eluser]
Hi,

I have got XDebug (mostly) working with Netbeans on my large CI project (thanks to some good tutorials and info on this here forum).

Here's the problem - Breakpoints work ok in helpers, controllers, models and views. They also work in ion_auth library. They just don't work in other libs. I know the relevant code is being executed because I can log messages to the error log at these points. As well as not working in my own libs, they also don't work in grocery_crud library which is in the same place as ion_auth lib (and is of course also 3rd party).

I'm new to XDebug so apologies if I've missed something obvious.

Thanks in advance,
Geoff




XDebug / Netbeans not breaking in most libraries - El Forum - 11-13-2012

[eluser]jefc[/eluser]
No luck elsewhere - so, a cheeky bump for this one...