I'm using MonoDevelop 4.0.12 in Ubuntu 14 and have had no luck getting breakpoints to be hit in my C# application.
I am however able to break when calling: System.Diagnostics.Debugger.Break();
I saw this post (among other ones scattered about) Unable to hit breakpoints in MonoDevelop
But already tried having the Run on External Console checkbox unticked to no avail. I also do not see the 'Emit Debugging Information' option. Using xterm as the External Console did not seem to work either.
Thoughts?
Thanks.