[Mono-list] monodevelop-debugger build errors

Alex xtzgzorex at gmail.com
Thu Sep 29 10:09:12 EDT 2011


Hi,

This is the Mono hard debugger. It's a deprecated addin, because we
use the soft debugger nowadays. You should avoid building it.

Regards,
Alex

On Thu, Sep 29, 2011 at 3:46 PM, Daniel Soto <daniel.soto2k at gmail.com> wrote:
> Hi!
>
> After of my adventures installing monodevelop building it from tarball, I
> found another error, this time related to monodevelop-debugger. At
> compilation, four errors occurs:
>
> ./MonoDebuggerSession.cs(124,43): error CS0115:
> `Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnInsertBreakEvent(Mono.Debugging.Client.BreakEvent,
> bool)' is marked as an override but no suitable method found to override
> ./MonoDebuggerSession.cs(129,41): error CS0115:
> `Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnRemoveBreakEvent(object)'
> is marked as an override but no suitable method found to override
> ./MonoDebuggerSession.cs(135,41): error CS0115:
> `Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnEnableBreakEvent(object,
> bool)' is marked as an override but no suitable method found to override
> ./MonoDebuggerSession.cs(140,43): error CS0115:
> `Mono.Debugging.Backend.Mdb.MonoDebuggerSession.OnUpdateBreakEvent(object,
> Mono.Debugging.Client.BreakEvent)' is marked as an override but no suitable
> method found to override
> Compilation failed: 4 error(s), 0 warnings
>
> I'm not sure if the issue is in Mono 2.10 or in Monodevelop 2.6, and not
> have any clues to solve it.
>
> The required packages are installed, in fact:
>
> Looking for required packages
> Checking for package 'mono-addins'.. found.
> Checking for package 'mono-debugger'.. found.
> Checking for package 'monodevelop'.. found.
> Checking for package 'monodevelop-core-addins'.. found.
>
> monodevelop-debugger-mdb has been configured with
>         prefix = /usr/local
>         config = DEBUG
>
> Please, anyone can help me?
>
> Thanks!
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>


More information about the Mono-list mailing list