Posted By:
Eric_Rizzo
Posted On:
Wednesday, March 1, 2006 09:31 PM
It ma be possible, depending on what kind of variable you want to change the value of. The first thing to learn about is the "Drop to frame" feature of the debugger. It is available by right-clicking on a frame in the stack in the Debug view. What it does it rolls execution back to the beginning of that stack frame. See the Eclipse Help for all the details.
When you do that, you may be able to change variable data by using the Display view in teh debug perspective. Taht view is essentially a little Scrapbook where you can execute arbitary blocks of code within the context of the selected stack frame.