Can't debug the build with gcc4.9

56 Views Asked by At

I built executable with gcc4.9, with -Og and -g3 options. When I try to debug with gdb-7.10, I can't see variable values, all are . But looks like there is debug information, I can see source files, set breakpoints... Everything is OK besides values. What can be the reason?

0

There are 0 best solutions below