Failed to start debug session |
Site Admin
|
Everything is okay
You've allowed port 7870 while tried to run with 7869... which is not allowed... BTW, maybe you will find 3.3 more comfortable with ssh tunneling... It allows you to override "clienthost" in the debugger settings. So you may run debug and profiler sessions from inside the IDE. |
||||||||||||
|
|
I had tried this before, but I tried it again just to be sure.
With the configuration unchanged from above, reprinted here for clarity:
I tried the following:
And received the message:
Running tcpdump to show packets coming from the server to the clienthost from ports other than 80 shows nothing. What can I do to make this work? |
||||||||||||||||||
|
Site Admin
|
from your previous post I see
Well, if port is finally okay and you still get rejection, check tcp permissions in /etc/hosts.allow and /etc/hosts.deny DBG may be added as dbg service. |
||||||||||||||
|
|
I am having a similar problem. Can you please post an example line from the hosts.allow file so i can test that as a solution?
|
||||||||||||
|
Site Admin
|
If debugger outputs this message, please check php.ini settings listed below [debugger] debugger.hosts_allow = NN.NNN.NN.NNN debugger.ports = PPPP if you need multiple address values, you may list them all delimited with spaces or commas: debugger.hosts_allow = NN.NNN.NN.NNN, NN.NNN.NN.KKK, NN.NNN.NN.VVV if you need a range of ports, you can set it using the syntax like below debugger.ports = 7869/5, 10000/10 it would allow debugger to access dbglistener on the ports from 7869 up to 7873 (total 5ports) and from 10000 up to 10009 (total 10 ports) if you need to allow a network instead of particular addresses, you can use either mask or partial address like below debugger.hosts_allow = 192.168.1.0/24, 192.168.2. it would allow debugger to connect to dbglistener on 192.168.1.0 network (mask is ff.ff.ff.0 - total 24bits) and on 192.168.2.* addresses. |
||||||||||||||
|
Failed to start debug session |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by