Linux C++ Debugger

后端 未结 10 716
滥情空心
滥情空心 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: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.

提交回复
热议问题