Date: Thu, 30 Nov 1995 13:09:27 +0200 (IST) From: Eli Zaretskii To: Chris McFarlane Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Where to get source code debugger? On Thu, 30 Nov 1995, Chris McFarlane wrote: > FSDB is almost source level, it mixes source with dis-assembler. > Breakpoints are settable at source level, and source level viewing > with page up/down is possible; pressing enter toggles between mixed mode. The main problem with non-source-level debuggers (FSDB included) is when you want to display the value of a variable (unless it's in a register at that point).