debugging tips

This is oversimplified problem ...but let me explain what i am targetting at .

here is a code....

int x=2

//some more code

int x=4 // control is here now....say ,Line-1

Now can i get the old value of x (i.e 2) standing in Line-1 in eclipse debugger ?

In fact ,i want to get the history of x standing at Line-1 .

is it possible by using eclipse debugger ? what to do ?

[438 byte] By [Unknown_Citizena] at [2007-11-27 11:38:29]
# 1

No,

And why are you still asking Eclipse questions in this forum? This is not an Eclipse forum. You have posted lots and lots of Eclipse questions. Why not read a tutorial, and post questions in an Eclipse forum?

Kaj

kajbja at 2007-7-29 17:20:32 > top of Java-index,Java Essentials,Java Programming...