Linux C++ Debugger

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

    I use the following environment:

    http://ec-lang.org/

    It is a complete development environment for the eC language.

    However, you can have a project with just c or c++ files without any eC specific files and build and debug them using the IDE.

    This is the closest you will ever come to a "Borland C" like experience under linux.

    It can be installed on Ubuntu/Debian with the following command:

    sudo apt-get install ecere-sdk

提交回复
热议问题