Message-ID: <3f3bf313$0$167$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: Debugger problems Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 14 Aug 2003 20:37:39 GMT Lines: 17 NNTP-Posting-Host: speedy.ludd.luth.se X-Trace: 1060893459 news.luth.se 167 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Magnus Malm wrote: : I am having some problems with the debugger in RHIDE. Whenever I set a : break point and try to run the program I get the following message: : "This program has no usable debugging information. Try to compile it with : the -g switch." : The -g switch *is* set, no optimizers are set and the project compiles just : find. Use some newer debug format. Try using "-gstabs+". Or some other one, check the manual for the whole list. Right, MartinS