Mail Archives: djgpp/1999/10/03/10:46:50
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.
- Raw text -