| delorie.com/archives/browse.cgi | search |
| From: | stireda AT tor DOT ber DOT hs DOT nki DOT no (Stian Danielsen) |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Debugging |
| Date: | Mon, 23 Mar 1998 11:00:15 GMT |
| Organization: | UNINETT news service |
| Lines: | 23 |
| Message-ID: | <35163f7f.134647@nntp-oslo.uninett.no> |
| NNTP-Posting-Host: | maskin129.ber.hs.nki.no |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
My program looks like this:
#include <iostream.h>
int main()
{
cout << "Hello World!";
cin.get();
return 0;
}
Made just to test the debugging. The file is saved with the .cpp
ending.
I have the -g option on. I have no other options on in the
options->compiler->debugger options.
I still cannot set any (valid)breakpoints! I still get the message
that the code is not compiled with debugging information.
Anyone got a clue as to what is wrong?
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |