kdbg icon indicating copy to clipboard operation
kdbg copied to clipboard

A Graphical Debugger Interface around GDB

Results 9 kdbg issues
Sort by recently updated
recently updated
newest added

I compiled on Ubuntu Mate 20.04. I have no KDE environment but I tracked down the relevant packages and managed to compile this. I was able to run KDE programs...

One can debug rust programs with gdb, and by extension kdbg. It would be nice so have a bit of syntax highlighting for it, though. I'd not put in too...

I get the following console output when starting the program: ```text Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/16/" Invalid Context= "stock" line for icon theme: "/usr/share/icons/ubuntu-mono-dark/stock/22/" Invalid Context= "stock"...

The icons of the _Load Executable_ and _Set Breakpoint_ actions are missing. This happens for the KF5-based release 3.0.0.

help wanted

First time since years tinkering with gdb and a GUI to it again, and minutes after installing kdbg I already miss at least 2 commands: - c(ontinue). One I use...

Some of the [accelerator keys](https://doc.qt.io/qt-5/accelerators.html) seem to not be set up properly in kdbg. A screenshot probably say it best: ![kdbg_Screenshot_20231026_033000](https://github.com/j6t/kdbg/assets/1577132/96a2f501-7423-40d9-af1f-e3f82f45fddb) Any ideas why this is happening?

This allows to build it against Qt6/KF6. Depends on #25

I did a first approach to show source files in a window, we talked some time ago about this but we didn't continue... maybe now we can retake it