> In addition to the "Inspect" command and the variables which are
> automagically shown by the debugger, is there a way to type and
> evaluate some arbitrary expression?
> In Eclipse, that is.
Yup. When you're debugging, presumably in the Debug perspective, open
the "Display" view.
It's a little clunky, though. You type your expression, then you have to
highlight it and right-click. You will see a few options in the context
menu - you can have the result printed to the text area, you can inspect
the returned object (the most useful IMHO), or just display the value in
a small popup (one of those "Press F2 for focus" ones).