[MonoDevelop] Step through debugging in mono

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Jul 24 15:02:20 EDT 2010


On Fri, Jul 23, 2010 at 9:14 AM, Quandary <quandary82 at hailmail.net> wrote:
>
> Hi, question:
> Is the Debug-Feature "Step Through (F8)" in mono/MonoDevelop
> already implemented in some version?
> Because I use the 2.6 stable version of mono/MonoDevelop, compiled
> myself from source,
> and there, the option is always gray.
>
> I would need that feature about now to debug a mail server...
>
> Is it implemented in the SVN version of mono/MonoDevelop ?
> Or is it just gray there, too ?
> Or do I need to install an additional component, or configure someting
> ?

An unmodified MonoDevelop 2.2+ supports debugging Mono 2.6+, with no
additional addins or dependencies. Since MonoDevelop can target
multiple runtimes, I suggest you check that it is targetting your Mono
2.6 and not some older Mono on your system.

I would guess that you have something misinstalled or misconfigured,
though it's hard to guess the problem without more information. I
suggest you read the following pages if you haven't done so already:
http://mjhutchinson.com/journal/2007/11/08/how_not_break_mono
http://www.mono-project.com/Parallel_Mono_Environments

> Or is there a way to remote-debug (step trough) an application
> that runs on Linux from Visual Studio on Windows ?

There is a commercial product that can do this, Mono Tools for Visual
Studio (http://www.go-mono.com/monotools/)

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list