NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Failed to Start Debug Session


Joined: 10 Aug 2003
Posts: 4
Reply with quote
I'm testing out the evaluation version of phpED on WinXP Pro. When I go to the Tools>Open URL I type in the path to the local php page and select the checkbox that says run in debugger. I get an error back saying:

Failed to start debug session (timeout)
Please verify if debugger module is installed on the server that corresponds to
"http://localhost/<myfolder/default.php" URL.

The debug listener is running. If I use Run in Debugger (F9) from the run menu I can debug the code on go to and from breakpoints. This is fine but I also would like to be able to debug using actions I take in the browser and it doesn't seem to work. Any help would be appreciated. Thank You.
View user's profileFind all posts by eboardmanSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Please tell me what HTTP server you run on your localhost and whether you have installed PHP and debugger module DBG for it.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 10 Aug 2003
Posts: 4
Reply with quote
IIS 5.0 is the webserver. PHP version 4.3.2.2 is installed. Now the debugger module DBG I'm not sure on. Where do I get that?
View user's profileFind all posts by eboardmanSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
okay. If you have set up php for your IIS please run the following script
Code:
<?php
phpinfo();
?>

and inspect results if dbg module is listed there.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 10 Aug 2003
Posts: 4
Reply with quote
I don't see any specific dbg modules for phpEd listed in there. I have a module for Zend in there but that's it. How do I go about installing the module?
View user's profileFind all posts by eboardmanSend private message


Joined: 10 Aug 2003
Posts: 4
Reply with quote
I checked to make sure the php_dbg.dll was uncommented in the php.ini file and I also directed the extension directory to:

extension_dir = 'C:\Program Files\nusphere\phpED\php\extensions'

but still have no luck seeing the module when I run phpinfo() hence I still can't debug.
View user's profileFind all posts by eboardmanSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
okay. Send me your phpinfo() results and php.ini file.
address is support[at]nusphere[dot]com
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Failed to Start Debug Session
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