From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: Setting debugging breakpoints in RHIDE Date: Fri, 23 Jan 1998 16:58:35 +0100 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 28 Message-ID: <34C8BE2B.FFD8AF2@LSTM.Ruhr-UNI-Bochum.De> References: <19980123122701 DOT HAA07668 AT ladder01 DOT news DOT aol DOT com> NNTP-Posting-Host: bvb.lstm.ruhr-uni-bochum.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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 * *************************************************************