From: Dan Newsgroups: comp.os.msdos.djgpp Subject: Rhide Debugger Date: Mon, 02 Mar 1998 14:46:41 -0800 Organization: @Home Network Lines: 18 Message-ID: <34FB36D1.5803@home.com> Reply-To: dyoon AT home DOT com NNTP-Posting-Host: cc104221-a.bnapk1.occa.home.com 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 I've been trying to use the debugger in rhide but can't seem to get it to work. First i tried debugging without the -g switch, so i got a message saying that there was no useable debugging information and that i should try using the -g switch. So i tried doing that but still nothing happens. When i try to set a breakpoint by pressing ctr-f8, i get the following message. "the selected breakpoint is invalid, probably this file is not compiled with debugging information or for this line is no code generated. (breakpoint at line 63 in file blaster.cpp " Now, someone told me that i can't set the -s switch together with the -g switch, so i'm guessing that maybe this is my problem. but I have no idea how to check if i have this switch on, and if it is on, i don't know how to turn it off. If anyone could please help me out I would really appreciate it. Daniel