Tue Jul 27, 2004 4:59 am |
Replies: 3 |
Views: 6945 |
|
 |
There is no usable message, $php -i just says' killed' after some time and quits.
Now, doing '$ nm dgb.so' yields this output:
0000c170 T add_rawdata
00008600 T add_session_cookie
0000a730 T a ...
|
Tue Jul 27, 2004 3:15 am |
Replies: 3 |
Views: 6945 |
|
 |
I finally managed to make dbg.so by adding #include <netbd.h> in dbg_cmd.c on my up-to-date Debian machine and followed the INSTALL guidelines to the point, i.e. copied dbg.so into the extension ...
|
Mon Jul 26, 2004 10:34 am |
Replies: 9 |
Views: 9857 |
|
 |
I had the same problem with Debian Sid. Why isn't this mentioned in the INSTALL guideline?
|
Mon Jul 26, 2004 9:01 am |
Replies: 3 |
Views: 7558 |
|
 |
well, the eclipse link took me right into this forum, so I figured it was the right place to ask.
|
Sun Jul 25, 2004 2:44 pm |
Replies: 3 |
Views: 7558 |
|
 |
I'm using Eclipse 2.1.3 with the PHP plugin that contains the xored PHP DBG 0.3.4 debugger.
When I run the debugger on the Hello-World script
<html>
<head>
<title>PHP Test ...
|