[MonoDevelop] monodevelop 2.4 debug/breakpoints issue Ubuntu 10.04

Michael Hutchinson m.j.hutchinson at gmail.com
Tue Jul 20 16:54:11 EDT 2010


On Wed, Jul 14, 2010 at 2:24 AM, Mauri <maurizio.laudone at tiscali.it> wrote:
>
> Hi all,
> I was using Monodevelop 2.2 from the official Ubuntu repos and it worked
> well enough. When I saw that 2.4 had been released I added the Badgerports
> repo to my list and updated all there was to update on my system. Compiling
> and running projects still works well and I love a lot of the changes, but I
> cannot use the debugger.
>
> On a C# project the debugger seems to start but the breakpoints are never
> reached and nothing happens (even though they are on lines where they should
> most certainly be reached). If I start monodevelop from the command line,
> when I start the debugger I get '## DebuggerServer started MDB version:
> 2-4-4' confirming that the debugger has started, but nothing happens, the
> breakpoints are never reached and the program never completes its run.

That's the old debugger, MDB, in Mono 2.4.4. The new debugger, SDB, is
in Mono 2.6.

Looks like you didn't upgrade to Mono 2.6 + MD 2.4 properly.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list