Message-ID: <350854EB.7906@mediaone.net> From: steve MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: [Q] How to get call stack after assert in RHIDE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 12 Date: Thu, 12 Mar 1998 21:30:31 GMT NNTP-Posting-Host: surf441.pompano.net NNTP-Posting-Date: Thu, 12 Mar 1998 16:30:31 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When debugging in RHIDE and an assert occurs the call stack is always shown empty (it would be nice to see the function call stack showing how the program got there. When debugging and an error occurs, i.e. GPF, the call stack has the function calls as would be expected. 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? Thanks Steve:-O