Skip to content

Instantly share code, notes, and snippets.

@kparms
Forked from anonymous/cppeclipsedev
Created March 25, 2014 23:53
Show Gist options
  • Save kparms/9774056 to your computer and use it in GitHub Desktop.
Save kparms/9774056 to your computer and use it in GitHub Desktop.
1) Install Eclipse https://www.eclipse.org/downloads/
2) Install CDT: https://www.eclipse.org/cdt/
3) Install Cygwin: http://cygwin.com/install.html
- Make sure to go into the development section and select gcc: g++, make, and GDB.
http://www.eclipse.org/forums/index.php/t/203459/
In the Source tab of your Debug Launch Configuration you can add a Path mapping
Setup a path mapping for Cygwin in Eclipse Debug Configuration:
You have to a Path Mapping.
Compilation path: /cygdrive/c/<<path-to-eclipse-workspace>>
Local file system: C:\<<path-to-eclipse-workspace>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment