From: "Radar" Newsgroups: comp.os.msdos.djgpp Subject: Small problems with Rhide 1.4 Date: Fri, 20 Mar 1998 09:00:32 +0100 Organization: Nextel Lines: 21 Message-ID: <6et7q1$41t@argo.telecom.cz> NNTP-Posting-Host: 194.228.30.105 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have downloaded Rhide1.4 and use for developing with GCC 2.8 . I like very much that I can debug my program with rhide and don't need gdb. I have found some small problems (when I did some mistakes ). First is that if my program ends with FPE and then I want to start rhide , it generates error. For the second time I type rhide it runs OK. Second is if I want to evaluate expression and by mistake I write something like myfunc() without parameters, and myfunc should have some params, it crashes. I don't know if it is problem of RHIDE or gdb or my installation. I use dos box on Win95. Hope this helps, Paul