Hi Paul, Will it be possible to display the String representation of an object, if the Object is not a String and the user select Display->String. Currently Display->String displays an object only if it is of type String, else gives out an error. This will be especially useful in cases like the following: Say, I have a Money class that stores the $ Amount as a BigDecimal. It's difficult to see the $ amount in the local variable window, as that shows the Java BigDecimal representation. I have defined a toString() in Money that returns the String representation for the Money object (e.g $45.44 USD). It will help if Display->String on the money object displays $45.44 USD. thanks, sandip. -- Sandip Sarwate
