![]() |
XDebug works but only in index.php - 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 works but only in index.php (/showthread.php?tid=46824) |
XDebug works but only in index.php - El Forum - 11-16-2011 [eluser]Unknown[/eluser] Hi Everyone! I have successfully set up my environment to develop a CI app. I configure XDebug with Eclipse PDT, and it works for me, i can debug php in debug tab. But when i try to debug a CI project, when i put a breakpoint in a controller or view i can“t do anything cause debugger go to index.php page of CI. is there any way to go to desire breakpoints? only can debug index.php... thanks, and sorry for my english |