[Mono-bugs] [Bug 74644][Nor] Changed - Variables are "overwritten" with the contents of others
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 21:20:35 -0400 (EDT)
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 toshok@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74644
--- shadow/74644 2005-04-17 21:20:05.000000000 -0400
+++ shadow/74644.tmp.5646 2005-04-17 21:20:35.000000000 -0400
@@ -32,6 +32,11 @@
Either html_test should retain it's value, or it should be removed from the
list of locals (if the jit has deemed it no longer in scope.)
This is probably happening because the debugger assumes that if a variable
is not in a nested block (i.e. if it's at the toplevel for a method), it is
live for the entire method.
+
+------- Additional Comments From toshok@ximian.com 2005-04-17 21:20 -------
+Created an attachment (id=14958)
+the test
+