Immediate Window for Eclipse

Justin R. picture Justin R. · Jul 10, 2009 · Viewed 23.5k times · Source

Does Eclipse have an analog to Visual Studio's "Immediate Window", a window where I can evaluate statements while in the debugger?

Answer

Todd picture Todd · Jul 11, 2009

Yes. The view name is "Display".

Window->Show View->Other It is under the Debug folder.

Once in there you evaluate statements while in the debugger.