I am using Ubuntu for one of the first times and eclipse's debugger has given me more trouble than I can deal with. For the moment I just want to try to figure out how to get the "Cannot find bounds of current function" to stop so I can see where my flow of control goes awry.
I know this is a vague question, but I'm willing to quickly supply any sort of information necessary. I've been googling info for about 2 hours and switching on and off different things to no avail.
I'm using Version: 3.4.1 (I believe the newest one)
Also, my breakpoints won't always works (probably about a 25% success rate) even when I set them before the build. My cout<< or printf also can't print before the programs blows up. This makes me think it's some sort of concurrent process that is outpacing the debugger, but I have no idea how to fix this.
I would greatly appreciate any help. I'll be around.