Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2008-11-10 20:25:46 +0300
committerLluis Sanchez <lluis@novell.com>2008-11-10 20:25:46 +0300
commit1363ec1ab61d30d29ed87548c366427b98d99728 (patch)
treeccef938e92043acb073add0a5b7d72f5c9a4b5c1 /main/monodevelop.in
parentd05e82d268eaffff730055434ea2262f44cc772e (diff)
* main/monodevelop.in: Always use debug mode when running the alpha.
svn path=/trunk/monodevelop/; revision=118393
Diffstat (limited to 'main/monodevelop.in')
-rwxr-xr-xmain/monodevelop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/monodevelop.in b/main/monodevelop.in
index c223cad1b6..dfee60f5bb 100755
--- a/main/monodevelop.in
+++ b/main/monodevelop.in
@@ -97,5 +97,5 @@ case x$1 in
;;
esac
-exec -a "monodevelop" @RUNTIME@ ./MonoDevelop.exe "$@"
+exec -a "monodevelop" @RUNTIME@ --debug ./MonoDevelop.exe "$@"