From: michael DOT mauch AT gmx DOT de (Michael Mauch) Newsgroups: comp.os.msdos.djgpp Subject: Re: red line in rhide Date: Mon, 06 Apr 1998 16:17:15 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 12 Message-ID: <6gao52$1g3$2@news-hrz.uni-duisburg.de> References: <3528BA11 DOT 3A94138E AT geocities DOT com> NNTP-Posting-Host: ppp110.uni-duisburg.de 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 On Mon, 06 Apr 1998 07:18:41 -0400, Dan Chak wrote: > I accidentally pressed some wierd key combination and now there's a red > line that I can't get rid of highlighting a line of my code. How did I > get it, and more importantly, how can I get rid of it?? Probably you pressed Ctrl+F8 and set a breakpoint this way. Just go to that line and press Ctrl+F8 again to make it disappear again. Regards... Michael