I am using eclipse for developing my java application .
I am debugging something . I wish to know if while stepping through we can escape one statement to be escaped to be run . I.e. while debugging I wish to see behaviour of my application if that statement was not present . I do not want to run debug again with that statement commented out :)