Linux C++ Debugger

后端 未结 10 1706
太阳男子
太阳男子 2021-02-01 08:23

I\'m looking for the perfect Linux C++ debugger. I don\'t expect success, but the search should be informative.

I am a quite capable gdb user but STL and Boost easily c

相关标签:
10条回答
  • 2021-02-01 09:01

    There are simple scripts which let you dump STL structures from GDB.

    Take a look here

    0 讨论(0)
  • 2021-02-01 09:11

    I haven't done C++ development in Linux for a while now but when I did I had good luck when KDevelop's debugger. Nothing revolutionary but it let you quickly explore object properties like you are looking for.

    0 讨论(0)
  • 2021-02-01 09:13

    UndoDB is amazing if you don't mind paying for it. The reversible capability is much much faster than GDB's. http://www.undo-software.com/

    0 讨论(0)
  • 2021-02-01 09:13

    ffffd (data display debugger)is quite good.....it is basically a visual gdb....

    0 讨论(0)
提交回复
热议问题