Go to the JDEBug menu -> Show Buffer -> Locals. If you are using one of the latest betas, you need to call jde-bug-toggle-local-variables. If you want to have the variables be retrieved after stepping all the time set jde-bug-toggle-local-variables to non-nil.(doing this slows stepping considerably, it is better to toggle this variable as needed)
Javier > -----Original Message----- > From: DavidK [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 09, 2001 5:37 PM > To: [EMAIL PROTECTED] > Subject: Getting values in varianbles with JDEBug > > Greetings, > > I am trying to use JDEBug and have no idea how to get the values of > variables. > > When I try to evaluate or display a variable I get its object ID and class > but not variable value. > > What do I do. I have got it working.That took awhile. > > I am on Win2K using beta versions of all dependencies. > > Dave >
