Linux Developer toolset

Source: Internet
Author: User

Recently work learned a lot of new things under Linux, the following tools are mainly for C + +, later slowly add some useful tools.

Editor
    • Vim
    • Emacs
    • Kate (KDE's next powerful editor)
IDE (Integrated development environment)
    • Eclipse+cdt
    • Clion
    • QT Cteator
Compiler
    • Gcc
    • g++
    • Clang
Debugger
    • Gdb
Build tools
    • CMake
    • Make
Memory Tools
    • Purify
    • Valgrind Tool Set
    • Kcachegrind
Profiling Tools
    • Gprof Open source Profiling Tools, usually as part of the GCC compiler.
    • Quantify is a powerful Business analytics tool for IBM.
Static Checker
    • Lint
    • Splint.
    • C++test
Parallel Programming tools
    • Posix Threads
    • MPI (Message passing Interface)
    • MapReduce (Parallel Computing framework)
Code tools (command line)
    • NM lists symbols from the object file
    • Objdump Displaying object file information
    • Strings lists the strings that can be output in a binary file
    • Strip delete a symbol from an object file
    • M4 Macro Handlers
Monitoring Tools
    • Time Timing Tool
    • PS Displays the current state of the running process
    • Top gives detailed information about the system
    • Strace records all access to the operating system, such as memory allocations, file I/O, system calls, and child process launches
Reference

Software Debugging Practical

Linux Developer toolset

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.