Date: Sun, 15 Mar 1998 15:43:24 +0200 (IST) From: Eli Zaretskii To: steve cc: djgpp AT delorie DOT com Subject: Re: [Q] How to get call stack after assert in RHIDE In-Reply-To: <350854EB.7906@mediaone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 12 Mar 1998, steve wrote: > Is there a way to view the call stack in RHIDE after the program aborts > due to an assert? Maybe a RHIDE option, or a redefinition of the assert > macro to allow this? DJGPP v2.02 will change the `abort' library function so that it will print the traceback, and thus a failed `assert' will also print it. If you need this feature right now, you can look into the sources of the latest alpha of v2.02.