[MonoDevelop] Monodevelop-list Digest, Vol 130, Issue 3

Frank Chang frankchang91 at gmail.com
Thu Feb 18 13:25:33 UTC 2016


Hi Jacek,
   How could I use your approach to allow a Managed C# executable to step
into an Unmanaged C++ shared object's code using the Monodevelop and gdb
debugger on Linux? Thank you very much.

On Thu, Feb 18, 2016 at 7:00 AM, <monodevelop-list-request at lists.ximian.com>
wrote:

> Send Monodevelop-list mailing list submissions to
>         monodevelop-list at lists.ximian.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.ximian.com/mailman/listinfo/monodevelop-list
> or, via email, send a message with subject or body 'help' to
>         monodevelop-list-request at lists.ximian.com
>
> You can reach the person managing the list at
>         monodevelop-list-owner at lists.ximian.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Monodevelop-list digest..."
>
>
> Today's Topics:
>
>    1. Re: Monodevelop: debug c# apps (Jacek Ru?yczka)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 17 Feb 2016 19:29:07 +0100
> From: Jacek Ru?yczka <stacheldraht at interia.pl>
> To: ku3ia <demesg at gmail.com>
> Cc: monodevelop-list at lists.ximian.com
> Subject: Re: [MonoDevelop] Monodevelop: debug c# apps
> Message-ID: <1455733747.2663.1.camel at interia.pl>
> Content-Type: text/plain; charset="UTF-8"
>
> Dear Newbie,
>
> what you really needa install, are the debuginfo packages for mono and
> all .net libs (Gtk#, for instance) you are using.
>
> Regards
> Jacek
>
> Am Mittwoch, den 17.02.2016, 03:30 -0800 schrieb ku3ia:
> > Hi! I'm newbie at Mono, please advice.
> > I wrote a simple c# service application at VS 2015, using .NET Framework
> > 4.5.
> > I have installed mono and monodevelop on virtualbox on ubuntu 14.04 using
> > official site:
> > http://www.monodevelop.com/download/linux/
> >
> > I' m successfully opened and built my service app under mono. I'm
> running it
> > as:
> > mono-service -l:/tmp/service.lock "/path/to/service/executable"
> >
> > It is running, everything is fine, but I want to debug it.
> > I'd changed ptrace option like
> >
> http://askubuntu.com/questions/41629/after-upgrade-gdb-wont-attach-to-process
> >
> > And when I'm using at MonoIDE Run->Attach to process, and choose a
> process
> > from list, begins strange situations.
> >
> > At "Application Output" debugger prints me that
> > Could not insert breakpoint at '/path/to/cs/file:line_number': No source
> > file named /path/to/cs/file
> > but this file exists
> >
> > Maybe I didn't install some packages?? Or I need to enable some things??
> > Please help me with this situation. Thanks.
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
> End of Monodevelop-list Digest, Vol 130, Issue 3
> ************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20160218/823e07d3/attachment.html>


More information about the Monodevelop-list mailing list