Linux C++ Debugger

后端 未结 10 2017
太阳男子
太阳男子 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 08:56

    Recentg gdb (e.g. version 8.1) and g++ (e.g. GCC 7, in february 2018) are able to debug standard C++ containers thru Python scripts.

提交回复
热议问题