Mail Archives: djgpp/1997/11/17/08:02:46
IC SoBa <ic DOT soba AT spectraweb DOT ch> wrote:
> I just started to use RHIDE, but I have a problem with the debugging
> option. When I want to watch an expression or to set a breakpoint (these
> are just examples) RHIDE comes up with an error message as follows:
>
> "This program has no usable debugging information. Try to compile it
> with the -g switch."
>
> I don't understand this, because I am compiling with the -g switch.
Are you adding the -s switch in any part? (to reduce the size of the EXE). If
yes remove it.
To ensure your code have debug info, take any binary file viewer (F3 under NC,
VC or DN) and look at the end, the debug info is very obvious, the names of the
symbols defined in the program and library are there.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-sot AT usa DOT net - ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -