Sun Jan 13, 2008 8:54 am |
Replies: 5 |
Views: 4993 |
|
 |
This worked with no problems...
The issues started when I started using CodeInginters framework. In that case I can't seem to be able to debug 'from' the IDE. It fails with not being ables to find ...
|
Thu Jan 10, 2008 3:53 pm |
Replies: 5 |
Views: 4993 |
|
 |
I don't need "support" and specifically not for the FF addon.
What I am looking for is a thorough explanation of how 3rd party web server debugging works and what exactly the DBG needs in o ...
|
Sun Jan 06, 2008 10:12 am |
Replies: 5 |
Views: 4993 |
|
 |
Update:
I managed to get the debugger to work I have NO IDEA how.
Just now I deleted all the cookies for localhost and debugging stopped working again.
I downloaded the firefox PHPDebugger addon ...
|
Fri Jan 04, 2008 6:33 pm |
Replies: 5 |
Views: 4993 |
|
 |
I've been using the debugger for a while and all was well. Today it stopped working and I couldn't think of anything I did that might cause it to.
I'm running the page from the browser and debugging ...
|
Fri Sep 07, 2007 12:50 pm |
Replies: 11 |
Views: 6535 |
|
 |
Project setting has "C:\wamp\php\PEAR\pear" in the "Code insight includes" section.
code is:
require_once ("MDB2.php");
$dsn = array(
'phptype ...
|