From: GAMMELJL AT SLU DOT EDU Date: Thu, 23 Sep 1999 23:10:16 -0500 (CDT) Subject: Re: problem with new malloc.c attn: Eli Zaretskii To: djgpp AT delorie DOT com Message-id: <01JGBS3N1LOI9I4DA5@SLU.EDU> Organization: SAINT LOUIS UNIVERSITY St. Louis, MO X-VMS-To: IN%"djgpp AT delorie DOT com" MIME-version: 1.0 Reply-To: djgpp AT delorie DOT com I have devised a scheme which accomplishes what pressing "pause" quickly enough would do; namely, I can see the first screen of errors. But I do it via a break of the form cin>>qqq (where qqq has been declared to be a global integer) inserted into the new malloc.c, so that when I see the first screen I don't see a C:\ prompt at the bottom but only a flashing _. That is exactly what I would see if I had pressed "pause" very quickly. I can hand copy that first screen, but I can't capture it or symify it--? It looks very much like the last screen which I symified and posted. Any thoughts?