I am debugging with KDevelop4 which is not showing Types always in its variables window and also Its showing {...} instead of unfolding the data. Is there any way to unfold ? and see types of all variables ?

KDevelop supports gdb pretty printers for prettier showing variable contents. If matrix is your own class you can write a pretty printer yourself. If you use some library you might find pretty printers for it - or write one yourself too.
Note that gdb pretty printers also work when debugging gdb cli.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With