May 24, 2014
On Friday, 23 May 2014 at 17:47:56 UTC, evilrat wrote:
>
> why not just use Xamarin Studio with Mono-D?

But only the trial of Xamarin Studio is for free, and I used eclipse for Java before and really like it :P
May 24, 2014
On Saturday, 24 May 2014 at 09:35:01 UTC, David wrote:
> On Friday, 23 May 2014 at 17:47:56 UTC, evilrat wrote:
>>
>> why not just use Xamarin Studio with Mono-D?
>
> But only the trial of Xamarin Studio is for free, and I used eclipse for Java before and really like it :P

actually not. you don't even need to register at all. just go to http://monodevelop.com and get ur XS without all this fancy mobile stuff.
May 24, 2014
On Saturday, 24 May 2014 at 09:49:30 UTC, evilrat wrote:
>>> why not just use Xamarin Studio with Mono-D?
>> But only the trial of Xamarin Studio is for free, and I used eclipse for Java before and really like it :P
> actually not. you don't even need to register at all. just go to http://monodevelop.com and get ur XS without all this fancy mobile stuff.
Hi. How I can debug in Xamarin?
What I need do for activate debugger?
I have this option is disabled:
http://goo.gl/cDGIk1
May 24, 2014
On Saturday, 24 May 2014 at 16:41:41 UTC, Dmitry wrote:
> On Saturday, 24 May 2014 at 09:49:30 UTC, evilrat wrote:
>>>> why not just use Xamarin Studio with Mono-D?
>>> But only the trial of Xamarin Studio is for free, and I used eclipse for Java before and really like it :P
>> actually not. you don't even need to register at all. just go to http://monodevelop.com and get ur XS without all this fancy mobile stuff.
> Hi. How I can debug in Xamarin?
> What I need do for activate debugger?
> I have this option is disabled:
> http://goo.gl/cDGIk1

there is a plugin for linux for GDB i believe, and another plugin for Windows which i can't remember the name, the latter one disappeared from XS 5.0 by some reason. search the extensions for it.

unfortunatelly if you are on Windows best option is to use Mono-D for writing code, and VisualD to debug it. (there is also DCD/DScanner but i never tried it myself).

also on OS X debugging is almost impossible due to some problems with symbols/LTS with DMD <=2.065 so far.
May 24, 2014
On Saturday, 24 May 2014 at 09:49:30 UTC, evilrat wrote:
> On Saturday, 24 May 2014 at 09:35:01 UTC, David wrote:
>> On Friday, 23 May 2014 at 17:47:56 UTC, evilrat wrote:
>>>
>>> why not just use Xamarin Studio with Mono-D?
>>
>> But only the trial of Xamarin Studio is for free, and I used eclipse for Java before and really like it :P
>
> actually not. you don't even need to register at all. just go to http://monodevelop.com and get ur XS without all this fancy mobile stuff.

So I installed that Xamarin studio (hope i had to), what to do with the mono D thing now?
don't know hot to install it :P
May 24, 2014
On 05/24/2014 09:53 PM, David wrote:
> So I installed that Xamarin studio (hope i had to), what to do with the
> mono D thing now?
> don't know hot to install it :P

In Xamarin go to: tools -> Add-in manager
Then open the Gallery tab, and there should be a D Language binding in the Language Bindings section.

-- 
Mike Wey
May 25, 2014
On Saturday, 24 May 2014 at 18:00:05 UTC, evilrat wrote:
> there is a plugin for linux for GDB i believe, and another plugin for Windows which i can't remember the name, the latter one disappeared from XS 5.0 by some reason. search the extensions for it.
I use Windows. Thanks, I think I found it: https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D
But now I cant install it, here is error:
The package 'MonoDevelop.Core v4.0' could not be found in any repository
The package 'MonoDevelop.Ide v4.0' could not be found in any repository
I dont know where is this repository.

> unfortunatelly if you are on Windows best option is to use Mono-D for writing code, and VisualD to debug it. (there is also DCD/DScanner but i never tried it myself).
Currently it is not way for me. I already wrote about it - I cant build my project with DSFML in VisualStudio. Maybe in future I can resolve it. But not now.
May 25, 2014
On Sunday, 25 May 2014 at 08:59:55 UTC, Dmitry wrote:
> On Saturday, 24 May 2014 at 18:00:05 UTC, evilrat wrote:
>> there is a plugin for linux for GDB i believe, and another plugin for Windows which i can't remember the name, the latter one disappeared from XS 5.0 by some reason. search the extensions for it.
> I use Windows. Thanks, I think I found it: https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D
> But now I cant install it, here is error:
> The package 'MonoDevelop.Core v4.0' could not be found in any repository
> The package 'MonoDevelop.Ide v4.0' could not be found in any repository
> I dont know where is this repository.

GDB is for linux only. for Windows there is ddbg or something like that, but as i said above it is disappeared not so long ago.

>> unfortunatelly if you are on Windows best option is to use Mono-D for writing code, and VisualD to debug it. (there is also DCD/DScanner but i never tried it myself).
> Currently it is not way for me. I already wrote about it - I cant build my project with DSFML in VisualStudio. Maybe in future I can resolve it. But not now.

are you making your own solution in VisualD or using dub to generate all stuff? because using dub to generate solutions for you will get you very convinient setup for debugging anything(thanks to Visual Studio project dependencies)

May 25, 2014
On Sunday, 25 May 2014 at 08:59:55 UTC, Dmitry wrote:
> I use Windows. Thanks, I think I found it: https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D
> But now I cant install it, here is error:
> The package 'MonoDevelop.Core v4.0' could not be found in any repository
> The package 'MonoDevelop.Ide v4.0' could not be found in any repository
> I dont know where is this repository.
>

sorry, forgot to add - Mono-D is moving to XS 5.0 (alpha), so if XS 4.0 not working for you, try to switch on alpha channel updates.
May 25, 2014
On Sunday, 25 May 2014 at 09:44:18 UTC, evilrat wrote:
> sorry, forgot to add - Mono-D is moving to XS 5.0 (alpha), so if XS 4.0 not working for you, try to switch on alpha channel updates.
on the contrary, I have now XS 5.0

and I have a reply:
> aBothe commented an hour ago
>> It's not there for 5.0 yet, unfortunately -- mostly due my lazyness,
>> but it's under a larger reconstruction.
https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D/issues/4