www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Monodevelop 4.2. Exited with code 1

reply "Binarydepth" <binarydepth gmail.com> writes:
Hi guys I'm trying out Mono-D with Monodevelop 4.2 and the
compiler seems to build ok but the debugger says Error 1.

Here is the sample Hello world code
------------------------------------------
import std.stdio;

void main()
{
	writeln("Hello World!");
}
--------------------------------------------

When I do Ctrl+F5, it says "Exited with code 1" after the debug
process and doesn't run the program in the terminal.

I'm using the latest DMD

Thank you for your attention.

BD
Nov 26 2013
parent "Daniel Kozak" <kozzi11 gmail.com> writes:
On Tuesday, 26 November 2013 at 12:18:25 UTC, Binarydepth wrote:
 Hi guys I'm trying out Mono-D with Monodevelop 4.2 and the
 compiler seems to build ok but the debugger says Error 1.

 Here is the sample Hello world code
 ------------------------------------------
 import std.stdio;

 void main()
 {
 	writeln("Hello World!");
 }
 --------------------------------------------

 When I do Ctrl+F5, it says "Exited with code 1" after the debug
 process and doesn't run the program in the terminal.

 I'm using the latest DMD

 Thank you for your attention.

 BD
If you have gnome, can you try uninstall gnome-terminall and install xterm and try it again?
Jan 02 2014