Good C++ Debugging/IDE Environment for Linux?

前端 未结 12 1791
我在风中等你
我在风中等你 2021-02-02 13:17

I have a friend who is trying to make the switch to Linux, but is hung up on the apparent lack of debugging/IDE environments for C++, especially as they relate to template progr

12条回答
  •  不要未来只要你来
    2021-02-02 13:47

    Not exactly an IDE but SublimeText 2/3 is available on Linux now. There may be a debugger plugin for it too, who knows.

    Edit

    Here's a gdb plugin for SublimeText

提交回复
热议问题