Date: Thu, 7 Dec 1995 13:54:35 +0200 (IST) From: Eli Zaretskii To: Pieter Vankeerberghen Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Using debug monochrome monitor with gdb On Wed, 6 Dec 1995, Pieter Vankeerberghen wrote: > >No. You can try FSDB or LadyBug which *are* full-screen (ala Turbo > >Debugger), but they are *not* source-level, although they will show source > >code together with the disassembled program. > > Does this mean that with FSDB only breakpoints can be set in the ASM > source, not in the C source ? Yes, but you see the C source as comments to the assembly code in the same window, so it's easy to set breakpoints. The *real* problem (IMHO) is examining the data (unless it's in a register).