[Mono-bugs] [Bug 576337] The Soft Debugger can't inspect locals with the same name but different scope

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 9 19:36:08 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=576337

http://bugzilla.novell.com/show_bug.cgi?id=576337#c1


--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-02-10 00:36:08 UTC ---
This is not easy to implement. The .mdb file doesn't contain liveness
information, so the JIT has to compute it itself. Since the JIT initializes all
variables to 0, the start of their liveness range is the same, and the JIT
extends their live ranges to the end of the method, to allow inspecting
variables after their last use, so the end of their liveness range is the same
too.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list