voidMainReturn
voidMainReturn

Reputation: 3507

Graphical debugger interface on CentOS 7

Can anybody help suggesting good graphical debugger interface for CentOS 7. I tried searching for kdbg which works well on Ubuntu but there is no help available for installing kdbg and dependencies on CentOS 7. I tried installing kdbg rpm manually but then it doesn't work because a lot of dependencies like libDCOP.so, libkdcore.so, libkio.so etc. are not installed.
Is there a way to install kdbg and all of its required dependencies at once ? I am a newbie to CentOS and any help for this is appreciated.

Upvotes: 0

Views: 2898

Answers (1)

Roflo
Roflo

Reputation: 255

It's been two years but this Q is still unanswered, hasn't been closed, and should still apply:

1) Try Nemiver

From the webpage:

Nemiver is an on going effort to write an easy to use standalone C/C++ debugger that integrates well in the GNOME environment.

It's extremely simple and straightforward. And it should be available for CentOS 7 (I have a box with CentOS 6.8 and it's available via yum).

2) Read this question

Is there a C++ gdb GUI for Linux?

Be warned, that question was closed as off-topic.

3) Perhaps a full IDE like Code::Blocks?

You get the whole package: a text editor, one-click building, plugins, and a graphical debugger.

Upvotes: 0

Related Questions