Debug the PHP interpreter with GDB.

Posted by The Rook on Stack Overflow See other posts from Stack Overflow or by The Rook
Published on 2010-04-11T04:49:09Z Indexed on 2010/04/11 4:53 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I would like to use GDB to step though the C++ code that makes up the php.so Apache extension. I want to see what PHP is doing while its running a PHP application. Preferably i would use an IDE like Netbeans or Eclipse on a LAMP system.

© Stack Overflow or respective owner

Related posts about lamp

Related posts about eclipse