Date: Tue, 4 Aug 1998 09:44:58 +0300 (IDT) From: Eli Zaretskii To: Martin Str|mberg cc: djgpp AT delorie DOT com Subject: Re: fsdb crashes post emacs In-Reply-To: <6pvlv3$hep$1@news.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 1 Aug 1998, Martin Str|mberg wrote: > Now when you have debug info in fsdb, you could try to run it in > gdb... Debugging a debugger is a very tricky business. I don't recommend it. For starters, recall that the debuggee doesn't get exceptions. This means that the debugged debugger cannot function as a debugger, because SIGTRAP won't be delivered to it.