From: Thomas Demmer Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE DEBUGGING - Newbie question Date: Wed, 22 Oct 1997 08:14:13 +0200 Organization: Lehrstuhl fuer Stroemungsmechanik Lines: 29 Message-ID: <344D99B5.A2B01448@LSTM.Ruhr-UNI-Bochum.De> References: NNTP-Posting-Host: c64.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 Peter Scargill wrote: > > This may WELL be a silly question, but, in my C++ program, wherever I try > to put a breakpoint, the editor says there is no code there. What have I > missed? Options|Compiler|Debugging must be turned on. Options|Compiler|Optimization should be switched off, _all_ Optimizations, just to be sure. At least that should give you the chance to put a breakpoint with ^F8. If you want to set a breakpoint under Debug|Breakpoints|New you probably have to regard the C++ name mangling... -- 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 * *************************************************************