I'm trying DBG for the first time. I've been reading up on it but it still doesn't work. The information is rather scarce, and whatever info I found didn't help, so I'm asking here.
I've installed DBG (and DBG-CLI) from source on a Debian system. We already have a working setup with multiple developers each using their own virtual hosts and CVS to work on various projects/versions simultaneously.
My first question is: will several people be able to use DBG at the same time ie. debug different scripts simultaneously without any restrictions?
Second, I've followed the instructions but neither dbg-cli nor the PSD client for Windows don't show any reaction.
PSD I've simply started, it says "Server listening at port 7869" and just sits there. I've verified and process psd.exe is listed listening on port 7689.
Same thing with dbg-cli. I start it up, I say "set port 7869", then "show port" and it says "7869", then "listen" and it shows up as 0.0.0.0:7869 in netstat.
The php.ini contains the following (in regard to dbg):
[debugger]
debugger.enabled=True
debugger.profiler_enabled=True
debugger.hosts_allow=localhost 172.16.111.13
debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16 |
"Localhost" is the Debian server, where I'm running dbg-cli, and .13 is a developer Windows machine.
What next? I've tried appending "?DBGSESSID=1@127.0.0.1:7869" to a script URL but I get nothing. I tried making fatal errors in scripts, still nothing. What am I missing?