Author: martin
Date: 2008-02-15 06:58:12 -0500 (Fri, 15 Feb 2008)
New Revision: 95739

Modified:
   branches/martin/debugger-terrania/debugger/frontend/Command.cs
Log:
Small fix.

Modified: branches/martin/debugger-terrania/debugger/frontend/Command.cs
===================================================================
--- branches/martin/debugger-terrania/debugger/frontend/Command.cs      
2008-02-15 11:57:52 UTC (rev 95738)
+++ branches/martin/debugger-terrania/debugger/frontend/Command.cs      
2008-02-15 11:58:12 UTC (rev 95739)
@@ -2233,6 +2233,8 @@
                                               "frame pointer at {2}.", 
CurrentFrame.Level,
                                               CurrentFrame.StackPointer,
                                               CurrentFrame.FrameAddress);
+                               if (CurrentFrame.SourceAddress != null)
+                                       context.Print ("Source: {0}", 
CurrentFrame.SourceAddress);
                                return null;
                        }
                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to