Mail Archives: djgpp/1998/01/23/11:00:34
SpickardDM wrote:
>
> I must be doing something wrong or incomplete. I set breakpoints in RHIDE, but
> when I run my program, RHIDE tells me that either I "did not compile with
> debugging information or the line set for the breakpoint does not output
> anything". Can someone tell me what I am doing wrong or leaving out?
Set the debugging options under Options|Compilers|Optimizations
and rebuild the project.
What do you mean by ...does not output anything? Usually,
either the optimzer weeds out that particular line and
RHIDE gives a warning about "no code generated for that line",
or if you run and your program hits that line, it stops.
--
Ciao
Tom
*************************************************************
* Thomas Demmer *
* Lehrstuhl fuer Stroemungsmechanik *
* Ruhr-Uni-Bochum *
* Universitaetsstr. 150 *
* D-44780 Bochum *
* Tel: +49 234 700 6434 *
* Fax: +49 234 709 4162 *
* http://www.lstm.ruhr-uni-bochum.de/~demmer *
*************************************************************
- Raw text -