From: Magnus Malm Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugger problems Date: Thu, 14 Aug 2003 23:14:28 +0200 Lines: 31 Message-ID: References: <3f3bf313$0$167$cc7c7865 AT news DOT luth DOT se> NNTP-Posting-Host: t2o918p14.telia.com (62.20.114.134) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1060895675 687625 62.20.114.134 (16 [85338]) X-Newsreader: Forte Agent 1.8/32.548 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 14 Aug 2003 20:37:39 GMT, Martin Str|mberg wrote: >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. > -gstabs+ did make it work. I chose -1 as value since I couldn't find any info about this switch in the help. Diden't look that hard though since debugging works, at last. :) Now there's only 2 tiny lil probs left to figure out: The help window crash and the exe creation failing, creating a file called .xxx, where xxx is 000, 001, and so on. The latter only happens if the prog crashes prior to the exe creation fail event and I diden't restart RHIDE. Really odd. But restarting RHIDE isn't that hard work. :) Many thanks for the help. Cheers /Locke