Moving to OT > Soft Dev
Glenn, when you are debugging, if you switch to the Debug perspective, then click the “Expressions” view (tab) then enter in your expression there, you need to have your execution stopped in the appropriate scope though, so for example, if in your “test” method you created a variable called “name”, yopu would have to be stopped after the line you created name on to evaluate the expression, any other point outside that scope will mark the expression invalid.