Author Topic: toString() representation and/or interpreter in Java debugger?  (Read 2899 times)

mkelley63

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Quick newb question: is there a way to get the String representation of arbitrary Java variables/expressions (assuming compilation w/debug) in the Java debugger?  Navigating through a HashMap to find one particular entry is pretty awkward and quick doc/google search didn't turn up anything obvious to me.

Thanks,
Mike