On Saturday, 19 December 2015 at 20:52:41 UTC, Matheus Reis wrote:
Hello, people!
I'm Matheus, a 20 y/o game developer who wants to get started
with D. It has really caught my attention, and I've been
playing with it for some hours now.
I've got it all working (without some "phobos.lib", is it
really needed?) with Xamarin Studio but I can't get it to debug
my solution when I run it. What do I need to do?
I can run it with debugging OFF (ctrl-f5) but can't run it
"normally". What am I missing?
Thanks in advance! :)
What is the OS?
Have you installed and activated GDB plugin?
If you are not doing something special, phobos functions are
included in your executable already. So you shouldn't have any
problem with it.