From: Skye Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE: can you step through .cpp files? Date: Thu, 27 Mar 1997 14:01:38 -0800 Organization: Uniserve Lines: 27 Message-ID: <333AEE42.56BE@geocities.com> References: <333ADCD1 DOT 70FE AT uxa DOT ecn DOT bgu DOT edu> Reply-To: s_c AT geocities DOT com NNTP-Posting-Host: van0204.tvs.net 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 Andy Bober wrote: > > Hi all, > > Does anybody know if you can use the debugger in RHIDE to step through > C++ programs that don't have the .cc extension? Every time I try to > step through a program RHIDE says that it cant find the same file that > I'm working on but with the .cc extension. I'm hoping that there's some > way to change the default extension or something similar. > > Andy Why not just use the *.cc extentions? I know this isn't the answer you're looking for, but if you are developing for multiple platforms it can help to organize your code. i.e. Win code -> *.cpp DJGPP/lnix code -> *.cc ????? It works for me. > > BTW: The RHIDE/DJGPP combination is just a great environment to develop > in. Thanks DJ and Robert! I must agree. Thanks all. -sc