Cannot get rid of timeout in dbg-cli console |
Site Admin
|
please check if you you set port to 7869.
|
||||||||||||
_________________ The PHP IDE team |
|
I've tried additionally with these options in PHP:
debugger.JIT_host = clienthost debugger.JIT_port = 7869 I've also set host to explicitly localhost. |
||||||||||||
|
Site Admin
|
I meant if you set port in the dbg-cli console
|
||||||||||||
_________________ The PHP IDE team |
|
I matched "debugger.JIT_port" to the port option in the client. I still get the same problem, "Session start timeout has expired."
debugger.JIT_port = 10001 dbg> show port 10001. I also tried changing it to the suggested port: debugger.JIT_port = 7869 dbg> set port 7869 I've set this in both the web settings and cli settings in apache (in both cases dbg is shown to be running). I also tried doing a listen on the dbg-cli: dbg> listen 10001 But I'm not sure how I can get a PHP to connect (from the web or otherwise). |
||||||||||||
|
Site Admin
|
it means wait for 10001 seconds
this is correct. please run listen, switch to another console and check if it listens. Something like this: #netstat -naop|grep ':7869' if it listens, open browser and type an URL like this: http://localhost/existingscript.php?DBGSESSID=1@localhost:7869 (please note that dbg-cli runs php only in CGI mode. If you need to debug php under your web server, you have to run the URL manually like above) alternatively you may want to try out NuSphere PhpED product. |
||||||||||||||||
_________________ The PHP IDE team |
Cannot get rid of timeout in dbg-cli console |
|
||
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