NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
IPhpDbgDocRequestor


Joined: 01 May 2006
Posts: 2
Reply with quote
Hello,
I'm playing with this great debugger and I have a problem:

Environment: Windows + Delphi + PHP 5 + CGI

-If I use it to debug step by step through a single .php file, everything works OK

-If I add include() inside that file, then I'm informed that a new module number is going to be loaded, that's also OK

-But when I use the IPhpDbgDocRequestor to get the full path to the new module, I get an empty string

-This happens even with scripts in the same path as the running script, for example:


Code:

test.php
<?php
        echo "bbb";
        include "pepe.php";
        echo "aaa";
        echo "ccc";
?>


Code:

pepe.php
<?
 echo "pepe.php";
?>


I run test.php and the code in pepe.php is executed, but I cannot get the path to the script from the DocRequestor.

Any hints to solve this problem?

Regards.
View user's profileFind all posts by ttmSend private message
Fixed


Joined: 01 May 2006
Posts: 2
Reply with quote
Hello,
Well, I checked all the versions of all the files (listener, dll, php,etc) and I managed all of them to the right versions and now it works! Wink

Thanks again for such a great debugger!
View user's profileFind all posts by ttmSend private message
IPhpDbgDocRequestor
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic