Mail Archives: djgpp/2002/02/25/09:05:05
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f
|
From: | "sgrb" <rolando DOT sgarbi3 AT tin DOT it>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | RHIDE debug.
|
Lines: | 26
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Newsreader: | Microsoft Outlook Express 5.50.4133.2400
|
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400
|
Message-ID: | <Q6re8.12137$_u5.422146@news1.tin.it>
|
Date: | Mon, 25 Feb 2002 13:37:52 GMT
|
NNTP-Posting-Host: | 213.45.199.235
|
X-Complaints-To: | newsmaster AT tin DOT it
|
X-Trace: | news1.tin.it 1014644272 213.45.199.235 (Mon, 25 Feb 2002 14:37:52 MET)
|
NNTP-Posting-Date: | Mon, 25 Feb 2002 14:37:52 MET
|
Organization: | TIN
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
DJGPP environment is the best teacher in the world !
I 'm learning C and assembler thanks to compilers, Gurus,
Rhide , informations .I'm moving through the code using Rhide debugging
menu.Till now evrything has been ok .
Now I have used " Watch an espression" : it happens how actions were
repeted. For exemple in a code like :
" val[sp++] = f "
the buffer (say f is 3 , sp is 0 ) becomes after " Watch an espression "
,PF7, "Watch an espression" as this facility shows ::
val { 0,3,0,3,0,3,0,3,0,3,0,3.......and so on
val[sp++] = f :3
sp=64
The buffer has really all that stuff. I see that in the other displays I can
do. As you see is how the instruction was
been executed 64 times !
If I follow the program with all the other debugging support it's all ok.
It's a pity,watch an espression would be great.I have Windows ME,DJGPP
2.03,Rhide 1.4.9.
Thanks a lot.
- Raw text -