On Sat, Jun 2, 2012 at 7:20 PM, Chris Stankevitz <chrisstankevitz at gmail.com> wrote: > When I try to add a breakpoint in the source editor, gdb > complains: The problem was that I did not ask cmake to create a debug build. Fixed that and now eclipse works as expected. Chris