Linux C++ Debugger

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

    You can use Eclipse to step through C and C++ code if you are looking for an IDE type of debugger instead of a command-line debugger. It isn't perfect, but I've found it to work well for people already familiar with IDE debugging tools.

    I am also partial to Valgrind for detecting memory errors.

提交回复
热议问题