Can't use Xdebug to debug Code Igniter App using Netbeans 6.8 IDE

Air03

New Member
I can't use Xdebug to debug an application built with Code Igniter, but I can use it to debug any other PHP file as long it doesn't use the same Structure for url solving that Code Igniter uses.Meaning: In a simple PHP file with no Code Igniter, when I use NetBeans debugging the browser goes to: http://localhost:86/index.php?XDEBUG_SESSION_START=netbeans-xdebugSince no Code Igniter or other framework as been used, NetBeans can actually debug the PHP.But when using Code Igniter when hit the debug button in NetBeans, and the browser goes to:http://localhost:86/index.php?XDEBUG_SESSION_START=netbeans-xdebug the root index.php where all happens in Code Igniter no luck, instead I get the standard CodeIgniter "404 Page not Found".My guess is that due to the structure Segments that Code Igniter uses for url solving, xdebug can't debug nothing.\[quote\] Example: example.com/class/function/ID\[/quote\]How can I make xdebug work with Code Igniter?Using:
  • Windows 7 32 bits.
  • XAMPP version 1.7.3.
  • PHP 5.3.1
  • Xdebug v2.0.6-dev
 

clod

New Member
RE: Can't use Xdebug to debug Code Igniter App using Netbeans 6.8 IDE

Try Codelobster PHP Edition - http://www.codelobster.com
It has very good free internal PHP debugger
 

clod

New Member
RE: Can't use Xdebug to debug Code Igniter App using Netbeans 6.8 IDE

Try <b>Codelobster PHP Edition</a>
It has very good free internal PHP debugger
 
Top