Date: Sun, 1 Feb 1998 21:04:22 +0200 (IST) From: Eli Zaretskii To: DJ Delorie , Charles Sandmann cc: djgpp-workers AT delorie DOT com Subject: Depth of printed traceback Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Current version of dpmiexcp.c prints up to 10 levels of stack frames. Is there any particular reason to not bump this limit up, provided that we don't fill more than 25 lines overall, including the DOS prompt? 10 levels is sometimes not enough if you are dealing with deeply-recursive code.