Author Topic: Setting precision of variables displayed when debgugging with gdb  (Read 3190 times)

Roe

  • Junior Community Member
  • Posts: 7
  • Hero Points: 0
Hi,
I am debugging a program written in C using gcc,gdb and VS. When on a breakpoint and hovering over a variable, I get the value of the variable displayed. However, with only 6 digits - which is not sufficient for what I am looking for. Similarely when setting up a watch window. I could not find out how to increase the precision of the numbers displayed. Now I wunder - can this be done in VS or not?

My System: W8.1 64bit, gcc/gdb 4.9.2 and VS(v17.0.2.0 64-bit)