[Monodevelop-patches-list] r1088 - trunk/MonoDevelop/src/Main/Base/Commands

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Mar 3 14:44:57 EST 2004


Author: tberman
Date: 2004-03-03 14:44:57 -0500 (Wed, 03 Mar 2004)
New Revision: 1088

Modified:
   trunk/MonoDevelop/src/Main/Base/Commands/DebuggerCommands.cs
Log:
oops


Modified: trunk/MonoDevelop/src/Main/Base/Commands/DebuggerCommands.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Commands/DebuggerCommands.cs	2004-03-03 18:38:00 UTC (rev 1087)
+++ trunk/MonoDevelop/src/Main/Base/Commands/DebuggerCommands.cs	2004-03-03 19:44:57 UTC (rev 1088)
@@ -25,8 +25,8 @@
 					projServ.OnBeforeStartProject ();
 					projServ.CurrentOpenCombine.Debug ();
 				//} catch {
-					IMessageService msgServ = (IMessageService)ServiceManager.Services.GetService (typeof (IMessageService));
-					msgServ.ShowError ("Can't execute the debugger");
+				//	IMessageService msgServ = (IMessageService)ServiceManager.Services.GetService (typeof (IMessageService));
+				//	msgServ.ShowError ("Can't execute the debugger");
 				//}
 			}
 




More information about the Monodevelop-patches-list mailing list