Tue Sep 25, 2007 3:05 am |
Replies: 2 |
Views: 4982 |
|
 |
You are correct ... I get through a lot of pages/frames before the breakpoint.
I was under the assumption that the debugger just started at the run in the debug "command"
and finished wh ...
|
Mon Sep 24, 2007 3:15 am |
Replies: 2 |
Views: 4982 |
|
 |
I have a breakpoint buried quite a few levels down in my php....
When I run in debug .. the log window says that the debug session has
started and finished a LOT of times before I navigate through ...
|
Sun Apr 01, 2007 8:01 pm |
Replies: 1 |
Views: 9341 |
|
 |
Apache 2 .. PHP 5.1
I have a cron job that runs a php script every 5 minutes .. it is run as
php /blah/php_script.php > /dev/nul
With PHP-Express the script seems to to run to completion ...
|