From: richard AT stardate DOT bc DOT ca (Richard Sanders) Newsgroups: comp.os.msdos.djgpp Subject: debuging (can't set break points) Date: 7 Apr 1998 01:58:46 GMT Organization: Rapidnet Technologies Internet Lines: 15 Message-ID: <6gc18m$po$1@news.rapidnet.net> NNTP-Posting-Host: wlp07.rapidnet.net Mime-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk This is not a request for help, but something I found out today that may help others. I am using Win 95. In the RHIDE project I have a files named "sunuacc.c" Win 95 shows the file as "SUnuacc.c" (note the case change) Break points do not work, RHIDE says that I can't set the break point. I deleted "sunuacc.c" from the project list and then added "SUnuacc.c", now break points set as expected. I could allways open, edit and compile the file, just could not debug the thing.