|
Site Admin
Joined: 13 Jul 2003 |
Posts: 8342 |
|
|
|
Posted: Tue Oct 19, 2004 1:04 pm |
|
|
|
|
|
do you run dbg-cli binary taken from www.php-debugger.com or compiled yourself from the sources ?
|
|
Site Admin
Joined: 13 Jul 2003 |
Posts: 8342 |
|
|
|
Posted: Sun Oct 24, 2004 12:28 pm |
|
|
|
|
|
In the initial post I see
Quote: | DBG php debugger, version 2.11.0, Copyright 2000, 2003, Dmitri Dmitrienko, www.nusphere.com/dbg |
which sheds some light onto the problem...
Try 2.11.30 instead of 2.11.0...
|
|
|
| | |
|
| | |
|
| | |
|
| | |
Joined: 15 Oct 2004 |
Posts: 8 |
|
|
|
Posted: Wed Oct 27, 2004 3:48 am |
|
|
|
|
|
Ah, that gives more output:
grimbergen:~$ dbg-cli
ListenerBase::ListenerBase
DBG php debugger, version 2.11.30, Copyright 2001, 2004, Dmitri Dmitrienko, www.nusphere.com
dbg>set mode on
dbg>set mapurlroot http://myserver.org/
dbg>set maplocalroot /pub/homes/dev/
dbg>set mapremoteroot /pub/homes/dev/
dbg>file /pub/homes/dev/it.php
Reading symbols from /pub/homes/dev/it.php...done.
dbg>run
ListenerBase::startsession
ThreadBase::ThreadBase
dbh_create_listen_socket(, 10001)
socket=4
open_dbg_session
open_http_session
ThreadBase::close()
Program exited.
Wrong session request passed
Program is not being run.
dbg>
|
dbg.log:
set mode on
set mapurlroot http://myserver.org/
set maplocalroot /pub/homes/dev/
set mapremoteroot /pub/homes/dev/
file /pub/homes/dev/it.php
run
quit
|
dbgbase.log:
ListenerBase::ListenerBase
ListenerBase::startsession
ThreadBase::ThreadBase
dbh_create_listen_socket(, 10001)
socket=4
open_dbg_session
open_http_session
ThreadBase::close()
ListenerBase::~ListenerBase
ListenerBase::stop
ListenerBase::stopJIT
stopping clients
|
as "usual" no http requests to apache are being done...
|
|
|
| | |
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 2 of 2
|
|
|
| |