From: "Peter Ketting" Newsgroups: comp.os.msdos.djgpp Subject: [RHIDE] no debugging information? Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <2sZT9.39010$3v.5340@sccrnsc01> NNTP-Posting-Host: 12.226.24.7 X-Complaints-To: abuse AT attbi DOT com X-Trace: sccrnsc01 1042310014 12.226.24.7 (Sat, 11 Jan 2003 18:33:34 GMT) NNTP-Posting-Date: Sat, 11 Jan 2003 18:33:34 GMT Organization: AT&T Broadband Date: Sat, 11 Jan 2003 18:33:34 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com All, I wrote some code plus a test program to test the code, everything seems to be working alright, but I would like to step through the code to make sure. However, when I set a breakpoint and try to run the program, it informs me that there is no debugging information and tells me to use the -g switch when compiling. When I go into Compiler-Options in Rhide, the -g switch is already checked. I have tried to manually compile the program ("gcc -Wall -g filename.c -o filename.exe"), but that does not work either. What am I missing? I am using Rhide V1.4.9. Thanks in advance, Peter