From: IC SoBa Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging with RHIDE Date: Mon, 17 Nov 1997 14:57:32 +0100 Organization: Improware AG, Pratteln, Switzerland Lines: 15 Message-ID: <34704D4B.A006987F@spectraweb.ch> References: NNTP-Posting-Host: dialin-biel-15.spectraweb.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Salvador Eduardo Tropea (SET) wrote: > Are you adding the -s switch in any part? (to reduce the size of the > EXE). If > yes remove it. > To ensure your code have debug info, take any binary file viewer (F3 > under NC, > VC or DN) and look at the end, the debug info is very obvious, the > names of the > symbols defined in the program and library are there. I am not using the '-s' switch and I have the debugging information because I can debug my programs with 'gdb'. But I can't do nothing from within RHIDE.