Linux C++ Debugger

后端 未结 10 683
滥情空心
滥情空心 2021-02-01 08:10

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:10

    You can try NetBeans IDE 6.5 with gdb 6.8, it is quite powerful! http://www.netbeans.org/downloads/index.html

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

    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)
  • 2021-02-01 09:18

    A development branch of gdb (part of gdb's Project Archer) adds Python support to gdb (to replace gdb's macros). There's a series of blog postings starting here that extensively covers getting started with Python-enabled gdb and offers several tutorials on using Python for defining new gdb commands and pretty printing of C++ data structures.

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