Mail Archives: djgpp/1997/10/22/09:47:03
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 *
*************************************************************
- Raw text -