Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-14 Thread Arthur Norman via Cygwin
Thank you very much. Great service. And indeed I use the word "gcd" more often that "gdb" and so that was a typo. Arthur On Wed, 14 Apr 2021, Takashi Yano wrote: On Tue, 13 Apr 2021 15:05:56 +0100 (GMT Summer Time) Arthur Norman wrote: With the latest cygwin if I go "gcc -O0 -g hello.c -o hel

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread Takashi Yano via Cygwin
On Tue, 13 Apr 2021 14:13:57 -0500 René Berber wrote: > On 4/13/2021 1:56 PM, Arthur Norman via Cygwin wrote: > > René Berber wrote > >> At one time it was recommended to disable a Cygwin feature, something > >> like this: > >> alias cgdb="env CYGWIN=disable_pcon cgdb" > >> Not sure if this is stil

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread Takashi Yano via Cygwin
On Tue, 13 Apr 2021 15:05:56 +0100 (GMT Summer Time) Arthur Norman wrote: > With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb > ./hello", break main, run then cgdb exits abruptly without sign on > actually starting my code. If I use just gdb not cgdb all is OK. If I try Th

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 1:56 PM, Arthur Norman via Cygwin wrote: René Berber wrote At one time it was recommended to disable a Cygwin feature, something like this: alias cgdb="env CYGWIN=disable_pcon cgdb" Not sure if this is still necesary. Thank you for the reminder about that. I had forgotten - howeve

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread Arthur Norman via Cygwin
René Berber wrote At one time it was recommended to disable a Cygwin feature, something like this: alias cgdb="env CYGWIN=disable_pcon cgdb" Not sure if this is still necesary. Thank you for the reminder about that. I had forgotten - however ion my main Windows machine I have the CYGWIN variab

Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6

2021-04-13 Thread René Berber via Cygwin
On 4/13/2021 9:05 AM, Arthur Norman via Cygwin wrote: With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb ./hello", break main, run then cgdb exits abruptly without sign on actually starting my code. If I use just gdb not cgdb all is OK. If I try "gcd -tui hello" I can sing