X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <3CD0715C.9080108@skavt.net> Date: Thu, 02 May 2002 00:51:08 +0200 From: Gregor =?ISO-8859-1?Q?Leskovs=28ek?= User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: sl, en-us MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: using debug Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Reply-To: djgpp AT delorie DOT com I have some problems using debug with your C compiler. When I have a variable of double type I see in watch just a very big number. In some (strange) case I don't see a real value also of an integer variable it is just some high number instead. I 've tried long int but no difference. When I print it on screen using printf it shows the real value and also in program it works. It may be so in program: j=0; WATCH: j: 600764 Please help me - thanks in advance, sincerely yours Gregor Leskovsek