-
Notifications
You must be signed in to change notification settings - Fork 26
PHPEd & CodeIgniter
== Guide to get configure PhpEd and CodeIgniter and Xampp ==
=== Xampp ===
First I'd suggest you install [http://www.xampp.org xampp]. Get the full version, because i did it as well.
=== Some PhpED configuration ===
Then use the [http://www.nusphere.com/media/dbg-wizard.php 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.
Configure PHPEd to only use external browsers.
Tools->Settings->IDE->Run & Debug set Default Browser: Windows Internet Explorer
Use the following Project Properties: Image:Screenshot phped.jpg
=== How to start debugging ===
Don't use breakpoints in the code instead insert
DebugBreak();
this is unfortunately a limitation of useing PhpED and codeigniter. [http://support.nusphere.com/viewtopic.php?t=3204 see here]