Author Topic: Java debugger truncates decimals  (Read 7643 times)

dds82

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Java debugger truncates decimals
« on: August 04, 2006, 06:04:16 PM »
When I use SlickEdit to debug Java programs, I've noticed that if I add a floating-point variable to the "Watches" pane, it only shows the first 5 decimal places.  Does anybody know how to get it to show all of the decimal places?

Thanks.