powerful tools for linux c/c++ developers in eclipse

Post on 03-Nov-2021

2 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Powerful tools for Linux C/C++ developers in Eclipse

FOSDEM 2012

Andrew OverholtRed Hat

● Editing● Building● Debugging● Profiling

C/C++ Development

Ctrl-<Spacebar>

Code Completion

API documentation

Add #include

Refactoring

Refactoring

Refactoring

Error Highlighting

Static Analysis

Ctrl-o –Quick Outline

Outline

Navigation

Ctrl-Shift-t –Open Element

● gcc● Makefiles● GNU Autotools

Building

autoconf completion

● install dependencies listed in pkg-config information (configure.ac) and build logs

● management of changes required in multiple files (ex. configure.ac and Makefile.am)

Build System Future

Debugging

OProfile

Valgrind Memcheck

Valgrind Massif

● perf● remote● VM integration?● <your ideas here>

Future

● git● Bugzilla/JIRA/Trac● RPM tools● a whole lot more

Other stuff

● We welcome contributors of all forms!● Bug filers and feature requesters● Testers● Developers● Designers● Writers

Join us

● Eclipse● http://www.eclipse.org

● CDT● http://www.eclipse.org/cdt

● Linux Tools Project● http://www.eclipse.org/linuxtools

Contact Information

top related