mail-archives/monodevelop-patches-list/2004-March/000693.html

83 строки
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Monodevelop-patches-list] r1088 - trunk/MonoDevelop/src/Main/Base/Commands
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1088%20-%20trunk/MonoDevelop/src/Main/Base/Commands&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000692.html">
<LINK REL="Next" HREF="000694.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Monodevelop-patches-list] r1088 - trunk/MonoDevelop/src/Main/Base/Commands</H1>
<B>commit-watcher at mono-cvs.ximian.com</B>
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1088%20-%20trunk/MonoDevelop/src/Main/Base/Commands&In-Reply-To="
TITLE="[Monodevelop-patches-list] r1088 - trunk/MonoDevelop/src/Main/Base/Commands">commit-watcher at mono-cvs.ximian.com
</A><BR>
<I>Wed Mar 3 14:44:57 EST 2004</I>
<P><UL>
<LI>Previous message: <A HREF="000692.html">[Monodevelop-patches-list] r1087 - in trunk/MonoDevelop/src: AddIns/DisplayBindings/SourceEditor/Gui Main/Base/Services
</A></li>
<LI>Next message: <A HREF="000694.html">[Monodevelop-patches-list] r1089 - in trunk/MonoDevelop: . src/Main/Base/Services
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#693">[ date ]</a>
<a href="thread.html#693">[ thread ]</a>
<a href="subject.html#693">[ subject ]</a>
<a href="author.html#693">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 (&quot;Can't execute the debugger&quot;);
+ // IMessageService msgServ = (IMessageService)ServiceManager.Services.GetService (typeof (IMessageService));
+ // msgServ.ShowError (&quot;Can't execute the debugger&quot;);
//}
}
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000692.html">[Monodevelop-patches-list] r1087 - in trunk/MonoDevelop/src: AddIns/DisplayBindings/SourceEditor/Gui Main/Base/Services
</A></li>
<LI>Next message: <A HREF="000694.html">[Monodevelop-patches-list] r1089 - in trunk/MonoDevelop: . src/Main/Base/Services
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#693">[ date ]</a>
<a href="thread.html#693">[ thread ]</a>
<a href="subject.html#693">[ subject ]</a>
<a href="author.html#693">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
mailing list</a><br>
</body></html>