Mon Mar 19, 2007 12:02 pm |
Replies: 1 |
Views: 4899 |
|
 |
Hello,
I'm about to evaluate PhpED, but would like to ask if anyone has used it in a similar setup as me and how well it worked.
I will be running it on a local Windows machine. The source code I ...
|
Thu Jun 01, 2006 4:50 pm |
Replies: 9 |
Views: 10128 |
|
 |
I have this same problem. Has a solution been found yet? Thanks.
|
Sun May 15, 2005 4:38 pm |
Replies: 5 |
Views: 6426 |
|
 |
Heh, this time...
dbg>set mode off
dbg>set cgiexec /usr/local/bin/php
dbg>file client_test.php
Reading symbols from client_test.php...done.
dbg>run
Program exited.
Session start ...
|
Thu May 12, 2005 3:19 pm |
Replies: 5 |
Views: 6426 |
|
 |
Hmm, now I get this error:
dbg>set mode on
dbg>set cgiexec /usr/local/bin/php
dbg>file fwexception_text.php
dbg>run
Can not map local FS file "fwexception_text.php" to any URL. This ...
|
Wed May 11, 2005 11:26 am |
Replies: 5 |
Views: 6426 |
|
 |
Hi,
I use PHP as a general purpose programming language. I want to know if I can use dbg and dbg-cli to debug CLI only PHP programs. I don't have a web server installed on my system.
Thank you.
|