[Mono-bugs] [Bug 75965][Nor] Changed - Inconsistency in display with Mono runtime.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 5 14:04:03 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75965

--- shadow/75965	2005-09-05 13:52:35.000000000 -0400
+++ shadow/75965.tmp.18289	2005-09-05 14:04:03.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 75965
 Product: Mono: Debugger
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: backend
 AssignedTo: martin at ximian.com                            
 ReportedBy: miguel at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -27,6 +27,27 @@
 We should fix this, so we can use the same values on breakpoints.
 
 I leave it up to you to decide which one is the right format.
 
 ------- Additional Comments From miguel at ximian.com  2005-09-05 13:52 -------
 reassigning to new debugger owner.
+
+------- Additional Comments From martin at ximian.com  2005-09-05 14:04 -------
+My "policy" for the debugger has always been using the source language
+syntax - ie. things must look like a user would use them in a C#
+source file (so the one with the "." and not the one with the ":" is
+correct).
+
+This is also consistent with the .NET runtime which prints stack
+traces like this:
+
+=====
+martin at mordor ~
+$ ./T.exe
+
+Unhandled Exception: System.InvalidOperationException: Operation is
+not valid due to the current state of the object.
+   at Martin.X.Hello() in e:\cygwin\home\martin\T.cs:line 9
+   at Martin.X.Main() in e:\cygwin\home\martin\T.cs:line 14
+
+=====
+


More information about the mono-bugs mailing list