Mono-D is an AddIn for the platform-independent Integrated Development Environment (IDE) MonoDevelop. It provides support for the D Programming Language.
Main features are
- Build support for Dmd (1/2), Gdc as well as Ldc compilers
- Code completion
- Rich D editing support (Syntax highlighting, error highlighting, ‘Go to definition’ implementation, intelligent code formatting etc)
- Debugging (using MonoDevelop’s integrated gdb support on Linux currently)
12 Comments
Hi! Your project is awesome! I hope D will not die, and your project will live! Never give up, your IDE is the most usefull IDE for D.
Thanks!
, well I also hope (and even assume) that D will not die that early. The better the IDE is that users can have, the more users will write programs in D – That’s my motivation.
But I can’t understand: is it able to debug under linux?
I just can’t select “Start debugging”
UnitTest-integration is not working too. It is working in (Debug/Relese/)UniTest mode, when I run application, but it is print out result to console.
Though I haven’t set up a dedicated debugger for linux apps, you can install the gdc addin in the addins manager..then, you should be able to start debugging – I’ve tested it once only, but there, it seemed to work
Is not possible debug under mac os x?, i know that on windows is not ready, but mac os and linux are really similar.
Waiting for it!
You can currently debug D applications under Linux (inside MonoDevelop!) – via the gdb. I personally don’t know if there’s a package downloadable for OS X, you may want to look for it.
Awesome work!
Great Job Alex !
I am just starting my D native adventure after 6 years of virtual adventure in Java land. Your project is god send, thank you for all your efforts.
Cheers,
Adam
Nice job dude! And more nice – it really works! Waiting for the debugger support.
On linux, it’s possible to download the MonoDevelop gdb package (I don’t have further instructions, only heard of it) so debugging native applications will be possible!
Keep up the good work!