Sender: root AT delorie DOT com Message-ID: <37B30819.29CF2728@inti.gov.ar> Date: Thu, 12 Aug 1999 14:44:57 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.36 i686) X-Accept-Language: es-AR, en, es MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: RHide 1.4 - is there better? References: <19990812011506 DOT 14503 DOT 00000339 AT ng-fc1 DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Legolas10 wrote: > Hello, I am using DJGPP for C++. Also using RHide 1.4 as my editor. Is there > currently a debugger more suited for c++ than RHide? If I am in a member > function, I can't access class variables unless I do this->VARNAME Try using "-g3 -gstabs+" switches for debug information, don't forget to recompile all the code. SET