Re: Debugging PHP with GDB and php-debuginfo

2021-07-20 Thread bzs
As much as I love GDB dearly and rely on it regularly you might want to have a look at netbeans.apache.org which is also free and a more general fancy UI IDE. If it's a web site you're developing for example it will let you fire up a browser, put breakpoints in the php code, and examine variables

Re: Debugging PHP with GDB and php-debuginfo

2021-07-20 Thread Russell VT via Cygwin
There's the "Magic Method" in PHP for __debuginfo() . Also see PHP RFC: __debugInfo() . You may have better luck asking the PHP devs how to best use this with GDB, or the GDB folks how to

Debugging PHP with GDB and php-debuginfo

2021-07-20 Thread Jim Hyslop
Hi, all I've installed the php-debuginfo extension for gdb, but I can't figure out how to set a breakpoint with it. Is there a manual for php-debuginfo? All I can find is the package information. I'm trying to debug why a unit test is passing (it should fail). I'm using the CakePHP framework

Re: postinstall: fontconfig abnormal exit

2021-07-20 Thread Brian Inglis
On 2020-09-12 06:56, Ken Brown via Cygwin wrote: On 9/12/2020 1:18 AM, Brian Inglis wrote: On 2020-09-11 15:13, Ken Brown via Cygwin wrote: On 9/11/2020 4:30 PM, Achim Gratz wrote: Ken Brown via Cygwin writes: Unfortunately, this doesn't yet fix the problem with fontconfig_dtd.sh.  The latter

Re: Regenerate Cygwin FAQ

2021-07-20 Thread Corinna Vinschen via Cygwin
On Jul 20 13:50, David Allsopp via Cygwin wrote: > The instructions for building Cygwin changed in April and the FAQ was > updated (c66797ee), but the website doesn't appear to have been regenerated > (https://cygwin.com/faq.html#faq.programming.building-cygwin). Thanks for the reminder. I pushed

Regenerate Cygwin FAQ

2021-07-20 Thread David Allsopp via Cygwin
The instructions for building Cygwin changed in April and the FAQ was updated (c66797ee), but the website doesn't appear to have been regenerated (https://cygwin.com/faq.html#faq.programming.building-cygwin). Thanks! David -- Problem reports: https://cygwin.com/problems.html FAQ:

ssh-pageant hangs under Win10

2021-07-20 Thread Andrey Repin
Greetings, All! I have an issue with ssh-pageant. Every now and then its response time begin to rise, up to complete unusability. I've been forced to include a small wrapper > ssh-add -l > /dev/null 2>&1 & > sleep 1 > if kill -0 $! 2> /dev/null; then > echo "$( basename "$0" ): ssh-add: the age

Re: using ssh-agent in cygwin

2021-07-20 Thread Andrey Repin
Greetings, Jesse Thompson! > *TL:DR;* I'm looking for options to reliably start and manage an ssh-agent > daemon in Cygwin. I'm using ssh-pageant myself. But I do have a compatible wrapper for ssh-agent. > Using ssh-agent in cygwin seems very compelling. Oh? > OpenSSH client config AddKeysToAg