forked from bcit-ci/CodeIgniter
-
Notifications
You must be signed in to change notification settings - Fork 0
PHPEd & CodeIgniter
Derek Jones edited this page Jul 5, 2012
·
7 revisions
Category:Help | Category:Help::TipsAndTricks | Category:Help::PhpEd
First I'd suggest you install xampp. Get the full version, because i did it as well.
Then use the dbg installer wizard from nusphere to copy the right debugger file from de PhpED distribution to the php from xampp. They also have instructions int the wizard on how to configure the projects.
Tools->Settings->IDE->Run & Debug set Default Browser: Windows Internet Explorer
Use the following Project Properties: Image:Screenshot phped.jpg(where is this???)
Don't use breakpoints in the code instead insert
DebugBreak();
```this is unfortunately a limitation of useing PhpED and codeigniter. ([see here](http://support.nusphere.com/viewtopic.php?t=3204))