hello
hope someone can figure this out.
i'm using pdt with eclipse to debug a php app.
I'm able to debug a single script, but how to step through a php app containing many files?
The debugger does not seem to understand a multi-file application., it does not seem to find needed external php files or images.
and, when i submit the index.php, i get back "blank./index.php" and a blank page, instead of the correct result.
how come eclipse is not finding external php files and images?
how come this weird "blank./" path is being returned?
I don't need remote debug, just local debug.
Running IIS (i know, i know), and php 4.4.x.
the php files contain html as well as php script.
Using the Zend debugger in Eclipse.
please help! rather time-sensitive.
THANKS!
hope someone can figure this out.
i'm using pdt with eclipse to debug a php app.
I'm able to debug a single script, but how to step through a php app containing many files?
The debugger does not seem to understand a multi-file application., it does not seem to find needed external php files or images.
and, when i submit the index.php, i get back "blank./index.php" and a blank page, instead of the correct result.
how come eclipse is not finding external php files and images?
how come this weird "blank./" path is being returned?
I don't need remote debug, just local debug.
Running IIS (i know, i know), and php 4.4.x.
the php files contain html as well as php script.
Using the Zend debugger in Eclipse.
please help! rather time-sensitive.
THANKS!
Comment