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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]  2005-09-05 13:52 -------
 reassigning to new debugger owner.
+
+------- Additional Comments From [EMAIL PROTECTED]  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:
+
+=====
[EMAIL PROTECTED] ~
+$ ./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
+
+=====
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to