> Greetings, > > Are you saying that I need: > Go to the JDEBug menu -> Show Buffer -> Locals. > PLUS > do something with this: jde-bug-toggle-local-variables > every time? Not exactly. You start the debugger, and start stepping through your code. Then you want to look at the value of one of the variables so you do M-x jde-bug-toggle-local-variables Plus Go to the JDEBug menu -> Show Buffer -> Locals. Then you can keep stepping through your code and keep looking at the variables values. Once you are done looking at the variables values you can M-x jde-bug-toggle-local-variables to avoid retrieving the variables.
If you prefer not to do this you can customize jde-bug-toggle-local-variables to be non-nil. Then calling show buffer -> Locals should be enough. The idea is that most of the time you probably don't need to look at the variables values at every step of the execution, sometime you are interested only in the execution path. This scheme allows you to step through the code faster if you only want to see the execution path, and only slow it down when you are interested in a particular value. Javier > > > ""Javier S. L�pez"" <[EMAIL PROTECTED]> wrote in message > 000301c15117$d01ddc00$[EMAIL PROTECTED]">news:000301c15117$d01ddc00$[EMAIL PROTECTED]... > > 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 > > > > > >
