Debugger won't show any variables in clion
已完成
Hi I am trying to debug via clio IDE using gdb. I am on linux x86_64. First when I try to select the "bundled gdb" options from settings, it won't allow me to as it gives message:

Then I tried to point to a local version of the gdb that I compiled, and it was ok with that:

However when I set a break point to try see the values, the debugger runs but it won't show anything. The gdb window just says: "connecting" and the frames says: "frames not available." therefore I am unable to see anything via the debugger:

Any help resolving this would be appreciated!
请先登录再写评论。
Hi,
Could you please explain what exactly OS do you have?
And do you have something specific in the GDB console?
Below are OS details:
cat /etc/*-release
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
the gdb console on the IDE just shows this and it is just frozen there...
Never mind, i was able to figure this out. This was an internal issue unrelated to the IDE.