delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/12/08/16:45:44

From: "June Kim" <juneaftn AT orchestra DOT cse DOT cau DOT ac DOT kr>
Newsgroups: comp.os.msdos.djgpp
Subject: Evaluate/modify in RHIDE
Date: Wed, 9 Dec 1998 06:16:06 +0900
Organization: CAU CSE
Lines: 30
Message-ID: <74k4te$cvf$1@news.nuri.net>
NNTP-Posting-Host: idial38-210-103-251-81.seoul.nuri.net
Mime-Version: 1.0
X-Trace: news.nuri.net 913151726 13295 210.103.251.81 (8 Dec 1998 21:15:26 GMT)
NNTP-Posting-Date: 8 Dec 1998 21:15:26 GMT
X-Newsreader: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

The 'Evaluate/modify' in 'Debug' menu in RHIDE seems to
not working at all.
Whatever source code, whatever variable I try, it just
shows 'not avaiable' in Result line.

this is the one of the simple sources I tried.
------------------------
#include <stdio.h>

int main(void)
{
    int i,j;
    i=3;
    j=4;
    printf("%d ",i);
    printf("%d\n",j);
}

--------------------------

STEPping inside this program one line by one line,
when the line 'printf(%d ",i)' is about to execute,
trying to 'evaluate', pushed CTRL-F4,
typed in 'i'(without quotes) in Expression line,
It showed 'not avaiable' in Result line.

P.S. Of course, I included '-g' option for compile.

-June

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019