NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Debugger works only from IE Toolbar. *resolved*


Joined: 19 Dec 2006
Posts: 13
Reply with quote
I'm running phped on win xp/sp2 with Apache 2.2.3 and php 5.2. I've got firefox and IE installed. I'm debugging on the local machine.

I can debug a project by loading the start page into IE and clicking the "Debug this page" in the toolbar. But...

If I try to debug a project thru phped (clicking Run>Run in Debugger or the button on the toolbar), I get the error you'd get if the debugger wasn't installed.

I've been thru all the posted info on installing the debugger. I've put the debugger extension in the extension dir, modified php.ini and put the following in:

extension=php_dbg.dll

[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=ALL

I've renamed php_dbg.dll-5.2.x to php_dbg.dll in c:\php\extensions.

What am I missing?

Thanks,

Mitch
View user's profileFind all posts by sumgaiSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
if you get "check if debugger is installed" message, it means that IDE waited for the debugger responce and havn't received it finally.
It may happen if debugger is not installed on the web server you've asked IDE to work with. Check Project settings to make sure that URL is okay and Run Mode is set to HTTP/3rd party Web Server.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Problem Solved!


Joined: 19 Dec 2006
Posts: 13
Reply with quote
Just for the record...

I have Win2K/Apache. The document root for apache is c:\htdocs.

The project settings that finally worked are:

Project root directory c:\htdocs\mysite

Mapping:

Run mode: HTTP mode (3rd party WEB server)
Root URL: http://localhost/mysite
Remote root directory: c:\htdocs\mysite

I found this info in one of the articles on the NuSphere site, but it was well hidden Wink

All of the other installation stuff (PHP directives, etc.) were fine. And, I found that I had to restart PhpED after finally getting to these settings (which I did "accidentally").

Thank you also to Yuri for his fast response to my email, even though I was a little faster ;-0

Mitch
View user's profileFind all posts by sumgaiSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
okay, congratulations with proper project settings.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Debugger works only from IE Toolbar. *resolved*
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