Linux C++ Debugger

后端 未结 10 1761
太阳男子
太阳男子 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:51

    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.

提交回复
热议问题