Say that, during debugging, I have a variable of type java.math.BigDecimal in my "Local Variables" window and I want to know what its value is. BigDecimal is a very complicated datastructure and when I try to expand a variable of this type I am not able to find its "value". Using the "JDEbug->Evaluate Expression" I try to get its String representation by evaluating "aBigDecimalVariable.toString()" but it seems that the "Evaluate Expression" command is still not working. The process window shows "Error: cannot evaluate "portObjID.toString(); Reason: nill". Is there any way to accomplish my goal short of, say, inserting a "toString" expression into my source code? Thanks for your help! Chuck Irvine Sprint
