Date: Wed, 21 Feb 1996 13:06:57 +0200 (IST) From: Eli Zaretskii To: Martynas Kunigelis Cc: DJGPP mailing list Subject: Re: fsdb In-Reply-To: <199602211022.FAA16266@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 21 Feb 1996, Martynas Kunigelis wrote: > and can't find any documentation. The main problem is I can't get to source > level debugging. Best I can do is see the source lines and asm instructions > between them. That's pretty cool, but I also want *pure* source level. When I You can't. FSDB is *not* a source-level debugger, period. The FAQ says so explicitly. However, in my experience it has enough features to let you feel *almost* as if you had a source-level debugger at your fingertips. About the only feature I miss is the ability to display data structures without resorting to the [[_my_struct+40]+8] notation. But the data-write breakpoints are really great, some bugs are just next to impossible to track down without them. Thanks, Morten!