Date: Fri, 3 Aug 2001 08:20:01 -0400 Message-Id: <200108031220.IAA16867@delorie.com> X-Authentication-Warning: delorie.com: eliz set sender to eliz AT delorie DOT com using -f From: Eli Zaretskii To: "Rafal Maj (Raf256)" CC: djgpp AT delorie DOT com In-reply-to: <9ke1t8$m3u$1@info.cyf-kr.edu.pl> (raf256@go2.pl) Subject: Re: Call stack print ? References: <9ke1t8$m3u$1 AT info DOT cyf-kr DOT edu DOT pl> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Rafal Maj (Raf256)" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 2 Aug 2001 02:32:50 +0200 > > is there some way to print current call-stack (and as much additional debug > inforamations as possible) without exiting program ? You can pick up the code of the function in the library which does that, and then modify it to not exit at the end. The function is called __djgpp_traceback_exit, and its source is in djlsr203.zip, file name src/libc/go32/dpmiexcp.c.