Re: [Mono-dev] Debugging Mono applications under GDB

2015-11-15 Thread Eberhard Beilharz
You might be able to run monodevelop on your desktop machine and then
remote debug on the headless server (see
https://ebsteblog.wordpress.com/2013/12/04/remote-debugging-with-monodevelop/
for some instructions).


Chris
Swiedler  wrote on 2015-11-15 at 17:03 +0100:
> Do you mean for development, or for debugging? The application is running on 
> a headless server and I can’t run monodevelop or Xamarin on it. I’m building 
> the exes with the mono toolchain under Windows, by installing it as a .net 
> profile.
>
> chris
>
>> On Nov 14, 2015, at 6:32 PM, Edward Ned Harvey (mono) 
>>  wrote:
>>
>>> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-
>>> boun...@lists.ximian.com] On Behalf Of Chris Swiedler
>>>
>>> We have a server application that's being developed under Visual Studio and
>>> run under Mono 3.12. We're generating .mdb files from the .pdbs that VS
>>> creates. With those deployed next to the executable, mono will give full
>>> callstacks with source and line information when logging exceptions, so I
>>> believe the .mdbs are correct.
>> Have you considered monodevelop or Xamarin Studio?
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Profiler Locations

2015-11-15 Thread Rodrigo Kumpera
It's on lib. That's where the default profiler is shipped.

Try running you program with MONO_LOG_LEVEL=debug and see where mono is
probing,

On Fri, Nov 13, 2015 at 4:12 PM, Greg Young  wrote:

> In OSX Capitan you can't install something to /usr/lib. I figured mono
> installation/lib would work for installing a profiler but still not
> found. Where is the correct place to install a profiler?
>
> --
> Studying for the Turing test
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Debugging Mono applications under GDB

2015-11-15 Thread Chris Swiedler
Do you mean for development, or for debugging? The application is running on a 
headless server and I can’t run monodevelop or Xamarin on it. I’m building the 
exes with the mono toolchain under Windows, by installing it as a .net profile.

chris

> On Nov 14, 2015, at 6:32 PM, Edward Ned Harvey (mono) 
>  wrote:
> 
>> From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-
>> boun...@lists.ximian.com] On Behalf Of Chris Swiedler
>> 
>> We have a server application that's being developed under Visual Studio and
>> run under Mono 3.12. We're generating .mdb files from the .pdbs that VS
>> creates. With those deployed next to the executable, mono will give full
>> callstacks with source and line information when logging exceptions, so I
>> believe the .mdbs are correct.
> 
> Have you considered monodevelop or Xamarin Studio?

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list