Jason Young wrote:
Anyone, anyone? Bueller? :P
I'm sure someone has experience with GDB? I'm not looking for a newbie primer, I'm just curious if anyone has had experience with the problem below and knew how to correct it..


  I guess we are on PHP users list, gdb's ;)

If no symbols appear, it means that libraries and PHP wasn't compile with debug flags (eg -g with gcc). So, what you need as informations depends about what OS you're running.

But, especially for PHP, you must run configure PHP building with the fine flag --enable-debug.

  For more information, you can read the GCC and GDB documentations.

--
Mickaƫl Wolff aka Lupus Michaelis
http://lupusmic.org

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to