Date: Sun, 3 Oct 1999 12:26:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Scott J. McCaughrin" cc: djgpp AT delorie DOT com Subject: Re: fsdb and cpp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 1 Oct 1999, Scott J. McCaughrin wrote: > Since I seem to have lost my documentation on 'fsdb': > what do alt-W and alt-S mean in that debugger, and > what do function-keys F3 and F4 do? The docs are built into FSDB. Just press F1 inside the debugger and read there. > What is the status of 'cpp'? I find that it seems > unable to process conditionals (like #ifndef), with > the result that even simple #include's fail. You are probably invoking an incorrect program. Use "gcc -E" instead, and you will never have these problems.