Re: ddd
Mic J <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 9, 2009 at 8:33 PM, Nick Coronado<[email protected]> wrote: > Hello, > > I am trying to find out how to disable a warning dialog box that stats the states? > source code cannot be found when my application is running. > > Thanks. maybe: in makefile gcc -g or gcc -pg ? Do you have seperate src/ and bin/ folders ? Please add some more info of what you do. please tell the comple warning/eror message . But my guess is you miss some debug parameters to your compiler? (see gcc examples) What language/compilers are you using ? mic