[Monodevelop-patches-list] r1108 - trunk/MonoDevelop/src/Main/Base/Services

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Thu Mar 4 14:29:21 EST 2004


Author: martin
Date: 2004-03-04 14:29:21 -0500 (Thu, 04 Mar 2004)
New Revision: 1108

Modified:
   trunk/MonoDevelop/src/Main/Base/Services/DebuggingService.cs
Log:
Reflect latest debugger changes.


Modified: trunk/MonoDevelop/src/Main/Base/Services/DebuggingService.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Services/DebuggingService.cs	2004-03-04 19:16:46 UTC (rev 1107)
+++ trunk/MonoDevelop/src/Main/Base/Services/DebuggingService.cs	2004-03-04 19:29:21 UTC (rev 1108)
@@ -179,7 +179,7 @@
 			backend = null;
 		}
 
-		private void OnBreakpointHit (Breakpoint pointFromDbg)
+		private void OnBreakpointHit (Breakpoint pointFromDbg, StackFrame frame)
 		{
 			point = pointFromDbg;
 			Gtk.Timeout.Add (1, new Gtk.Function (MainThreadNotify));




More information about the Monodevelop-patches-list mailing list