On 22.04.2010 17:51, Sebastian Kurfürst wrote: > GDB then asks: > > No source file named /path/to/php/extension/objectmonitor/objectmonitor.c. > Make breakpoint pending on future shared library load? (y or [n]) y > > When I run php with a script via "run index.php", the system does not > stop at the set break-point.
Make sure the extension is loaded and it was compiled with debug symbols (-g3 helps a lot). You might also want to compile the extension statically, I personally find it much more convenient way to debug. -- Wbr, Antony Dovgal --- http://pinba.org - realtime statistics for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php