Programming a Game in D? :D

evilrat via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 24 11:00:04 PDT 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.


More information about the Digitalmars-d-learn mailing list