From: gjsandoval AT aol DOT comalwyz (Gjsandoval) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE problem -g Lines: 11 NNTP-Posting-Host: ladder06.news.aol.com X-Admin: news AT aol DOT com Date: 30 Apr 1999 13:55:18 GMT Organization: AOL http://www.aol.com References: <7g7f7s$jtm$1 AT news DOT koti DOT tpo DOT fi> Message-ID: <19990430095518.10942.00000461@ng-fy1.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >It gives this message: > This program has no usable debugging information. Try > to compile it with the -g switch. > > By default RHIDE will have the -g switch enabled. So don't pass it as an argument to the compiler. Then try to do a MAKE (F9) to link your object files. At that point you should be able to set the breakpoint you want (CTRL-F8), and step into(F7 & ^F7) or step over (F8 & ^F8). JS