Hi.
I've got problem with remote debugging. I read some entries on this forum, but none was helpful for me :/
Here is my problem:
When I try "Run in debbuger" i got response like this:
DBG 3.1.5
Failed to run DBG session
Reason: failed to connect to the client address 10.0.45.142:7869
Not sure what it means? Visit http://www.nusphere.com/dbg/ for troubleshooting.
Debugger request: "389455085083900001;d=1,p=0,c=1"
Request found in: "query_string"
Target PHP version: "4.3.9"
Server API: "Apache 2.0 Handler"
Extensions API: "20021010"
Modules API: "20020429"
PHP API: "20020918"
|
I got DBG installed on server (10.0.45.150) (it's shown in phpinfo()), and entries in php.ini like this (no zend extensions):
extension=dbg.so-4.4.2
[debugger]
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=ALL
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
debugger.JIT_enabled = true
|
Server runs PHP Version 4.3.10-16 and there is no firewall or something that could block ports.
I'm using PHPEd 4.6 (4618Eval) Trial Version and DBG Listener (v3.1.5) is running.
Here is part of listing of results returnet by
netstat -an:
TCP 0.0.0.0:7869 0.0.0.0:0 LISTENING
|
In DBG Listener Setup I got this options:
Bind address: <<ALL ADDRESSES>>
Port: 7869
IDE COM Class PHPEd IDE ver 4.6
Codpage: UTF-8
And last thing .... here is listing for ipconfig command (on client/my machine):
Sufiks DNS konkretnego połączenia : office.gadu-gadu.pl
Adres IP. . . . . . . . . . . . . : 192.168.1.35
Maska podsieci. . . . . . . . . . : 255.255.255.0
Brama domyślna. . . . . . . . . . : 192.168.1.1
|
Thanks in advance for any help.
Best regards
Jacek