Message-ID: <36423975.FBB75B7D@gmx.net> Date: Thu, 05 Nov 1998 22:49:09 -0100 From: Robert Hoehne Organization: none provided X-Mailer: Mozilla 4.01 [de] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: RHIDE, Debug and long long ints X-Priority: 3 (Normal) References: <3641790C DOT FD1BF669 AT kampsax DOT dtu DOT dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com David Rasmussen wrote : > > When using the integrated debugger in RHIDE, the debugger doesn't seem > to be able to watch unsigned long long ints properly. It seems as if What version of RHIDE are you using? I tried to debug the following code successfull with RHIDE 1.4 and 1.4.6: int main() { long long a=1; int i; for (i=0;i<60;i++) { a = a + a; } return a; } Robert -- ****************************************************** * email: Robert Hoehne * * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * * WWW: http://www.tu-chemnitz.de/~sho/rho * ******************************************************