X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=mwCnJ4CqjZnTAIMt4hDmdAFQx6HniYfavK9kGfPFKZI=; b=CyumitsoKvM2ymK21VwXsmo1ajYA4mSVCoJeYIqBsMoL5h0baDyKRyMGob2DA9jjeK RKOrUs30E72T3t+FxLUMilvey0xdkGzzuDFEgqcLYba5fCXUeUOMDydCgq8EDOMpIoYp 2BkkXExhCbKsLyCYttQsOmd61HhTD3rkoyYjk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=s8f7Tt3LGJmZlgA4WRu6kvLGwiSWtVv6XPPa1E5YHT1e/07IRnZnMbaTz0nIUqjAFF 6xub1ODGkDM35tE0FJmgxoaUCRvqIensGkR42H6MTlOrkPCXHMuLRzf7jIy8eeM2Jt6v 74kR3/OETgjI2aRi44ysNXFpXvKW+UDK+Dssc= Message-ID: <9af855b0807040305j29f4cc2du32780ccec991cb3e@mail.gmail.com> Date: Fri, 4 Jul 2008 12:05:39 +0200 From: "Gerrit van Niekerk" Sender: gerritvn1945 AT gmail DOT com To: djgpp AT delorie DOT com Subject: Re: RHIDE - difficulties In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7206_23232614.1215165939215" References: <62a3ffff-aef7-4e00-a747-81e9f0d357ee AT w7g2000hsa DOT googlegroups DOT com> X-Google-Sender-Auth: ee8b0dbbc5e4fda4 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk ------=_Part_7206_23232614.1215165939215 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > > If there is no further interest in it, how does the rest of the DJGPP world > develop programs? Is there another package that allows you to single-step, > watch variables, etc? Of course, I know that you can simply write > fault-finding steps into programs to output to stdio, but that doesn't > match > the convenience of an IDE. You can compile/link using the command line, or better MAKE with MAKEFILES and debug with GDB. Even so, I mostly use RHIDE on WinXP and have learned to avoid the problem areas. In some cases you need to debug with DGB and in other cases it is just the simplest to put printf debug statements in the code. Using DJGPP2.04 also works better on WinXP, so I have standardized on that. ------=_Part_7206_23232614.1215165939215 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
If there is no further interest in it, how does the rest of the DJGPP world
develop programs?  Is there another package that allows you to single-step,
watch variables, etc?  Of course, I know that you can simply write
fault-finding steps into programs to output to stdio, but that doesn't match
the convenience of an IDE.
 
You can compile/link using the command line, or better MAKE with MAKEFILES and debug with GDB. Even so, I mostly use RHIDE on WinXP and have learned to avoid the problem areas. In some cases you need to debug with DGB and in other cases it is just the simplest to put printf debug statements in the code. Using DJGPP2.04 also works better on WinXP, so I have standardized on that.

------=_Part_7206_23232614.1215165939215--